diff options
author | Vendicated <vendicated@riseup.net> | 2023-01-19 19:39:33 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-01-19 19:39:33 +0100 |
commit | 2641adb29b3660c361f386d721937aab026feaf3 (patch) | |
tree | e32207cbab17cafb8218c31e1aaddfd0514bfff0 /.github/ISSUE_TEMPLATE | |
parent | ef5b3e1818b959e77a2e2f7f4229a712d5983cbe (diff) | |
download | Vencord-2641adb29b3660c361f386d721937aab026feaf3.tar.gz Vencord-2641adb29b3660c361f386d721937aab026feaf3.tar.bz2 Vencord-2641adb29b3660c361f386d721937aab026feaf3.zip |
canary bad
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index eb66cee..734bbac 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -55,3 +55,12 @@ body: ``` validations: required: false + + - type: checkboxes + id: agreement-check + attributes: + label: Request Agreement + description: We only accept reports for bugs that happen on Discord Stable. Canary and PTB are Development branches and may be unstable + options: + - label: I am using Discord Stable or tried on Stable and this bug happens there as well + required: true |