diff options
author | V <vendicated@riseup.net> | 2023-09-29 19:01:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 19:01:55 +0200 |
commit | 8a026060c760fd33751b7ba5c2bbff62818eddcd (patch) | |
tree | f7dc5e75ac4dc795f370369036bc8daab3bdd7cb | |
parent | c8b77bb187e9f5d9ba6e255aa5d473a3d1de21ff (diff) | |
download | Vencord-8a026060c760fd33751b7ba5c2bbff62818eddcd.tar.gz Vencord-8a026060c760fd33751b7ba5c2bbff62818eddcd.tar.bz2 Vencord-8a026060c760fd33751b7ba5c2bbff62818eddcd.zip |
Update blank.yml
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank.yml | 20 |
1 files changed, 20 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 |