diff options
author | V <vendicated@riseup.net> | 2023-09-29 19:00:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 19:00:50 +0200 |
commit | c8b77bb187e9f5d9ba6e255aa5d473a3d1de21ff (patch) | |
tree | 89305d6c28b0795e800bb4b9bfc56480ab669986 /.github | |
parent | 62277770a8e5eec921fb407863c8c1d1d8e466b5 (diff) | |
download | Vencord-c8b77bb187e9f5d9ba6e255aa5d473a3d1de21ff.tar.gz Vencord-c8b77bb187e9f5d9ba6e255aa5d473a3d1de21ff.tar.bz2 Vencord-c8b77bb187e9f5d9ba6e255aa5d473a3d1de21ff.zip |
Update bug_report.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e7afec3..74b2a41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,6 +4,18 @@ labels: [bug] title: "[Bug] <title>" body: + - type: markdown + attributes: + value: | + # READ THIS BEFORE OPENING AN ISSUE + + This form is ONLY FOR DEVELOPERS. YOUR ISSUE WILL BE CLOSED AND YOU WILL POSSIBLY BE BLOCKED FROM THE REPOSITORY IF YOU IGNORE THIS. + + DO NOT USE THIS FORM, unless + - you are a vencord contributor + - you were given explicit permission to use this form by a moderator in our support server + - you are filing a security related report + - type: input id: discord attributes: @@ -64,3 +76,5 @@ body: options: - label: I am using Discord Stable or tried on Stable and this bug happens there as well required: true + - label: I have read the requirements for opening an issue above + required: true |