diff options
author | Vendicated <vendicated@riseup.net> | 2023-10-02 23:10:07 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-10-02 23:10:07 +0200 |
commit | e33ac900bcd6abaf055ecd3f7aaea7fa300c2503 (patch) | |
tree | 446e9625ce8a1a992bb6940e1b0f4f6a376eda5f | |
parent | 88b06191b926de40dc9f5abfbe83f7a26ab0dac4 (diff) | |
parent | 8a026060c760fd33751b7ba5c2bbff62818eddcd (diff) | |
download | Vencord-e33ac900bcd6abaf055ecd3f7aaea7fa300c2503.tar.gz Vencord-e33ac900bcd6abaf055ecd3f7aaea7fa300c2503.tar.bz2 Vencord-e33ac900bcd6abaf055ecd3f7aaea7fa300c2503.zip |
Merge remote-tracking branch 'origin/main' into dev
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank.yml | 20 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 14 |
2 files changed, 34 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml index ba2b15b..e8ca246 100644 --- a/.github/ISSUE_TEMPLATE/blank.yml +++ b/.github/ISSUE_TEMPLATE/blank.yml @@ -2,9 +2,29 @@ name: Blank Issue description: Create a blank issue. ALWAYS FIRST USE OUR SUPPORT CHANNEL! ONLY USE THIS FORM IF YOU ARE A CONTRIBUTOR OR WERE TOLD TO DO SO IN THE SUPPORT CHANNEL. 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: textarea id: content attributes: label: Content validations: required: true + + - type: checkboxes + id: agreement-check + attributes: + label: Request Agreement + options: + - label: I have read the requirements for opening an issue above + required: true 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 |