diff options
author | V <vendicated@riseup.net> | 2023-09-25 04:27:16 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-09-25 04:27:16 +0200 |
commit | 5454a41243139c22470b4e3c549b8d8bc06f5699 (patch) | |
tree | 51541aec62251ea9047d24f724a34b38c7081094 /.github | |
parent | ec026ca34c19ac95abc70c7624ca1885c971e85f (diff) | |
download | Vencord-5454a41243139c22470b4e3c549b8d8bc06f5699.tar.gz Vencord-5454a41243139c22470b4e3c549b8d8bc06f5699.tar.bz2 Vencord-5454a41243139c22470b4e3c549b8d8bc06f5699.zip |
update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank.yml | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank.yml b/.github/ISSUE_TEMPLATE/blank.yml new file mode 100644 index 0000000..ba2b15b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/blank.yml @@ -0,0 +1,10 @@ +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: textarea + id: content + attributes: + label: Content + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 24b32fe..bc5d976 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Vencord Support Server url: https://discord.gg/D9uwnFnqmd |