diff options
author | Vendicated <vendicated@riseup.net> | 2023-01-19 19:31:14 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-01-19 19:31:14 +0100 |
commit | 7fe3a2c8059e2f9b51a8ac559a8badcefb607266 (patch) | |
tree | 7fb341f7061435dd5f5e8da2560fc6f138593f2e /.github/ISSUE_TEMPLATE/blank.yml | |
parent | c4d2b4a8cd39fae7b1f453608d3cdc97a24f739d (diff) | |
download | Vencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.tar.gz Vencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.tar.bz2 Vencord-7fe3a2c8059e2f9b51a8ac559a8badcefb607266.zip |
Add issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/blank.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml new file mode 100644 index 0000000..b003b73 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank.yml @@ -0,0 +1,21 @@ +name: Blank Template +description: Use this only if your issue does not fit into another template. **DO NOT ASK FOR SUPPORT OR REQUEST PLUGINS** +labels: [] +body: + - type: textarea + id: info-sec + attributes: + label: Tell us all about it. + description: Go nuts, let us know what you're wanting to bring attention to. + placeholder: ... + validations: + required: true + + - type: checkboxes + id: agreement-check + attributes: + label: Request Agreement + description: DO NOT USE THIS TEMPLATE FOR SUPPORT OR PLUGIN REQUESTS!!! For Support, **join our Discord**. For plugin requests, **use discussions** + options: + - label: This is not a support or plugin request + required: true |