summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-16 22:02:25 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-06-16 22:02:56 +0200
commit681765110bdc862c5d5479f9d928ec7f04f90155 (patch)
tree1b91034ebca4f505025e3fffc070700d5f20b60f /.github/ISSUE_TEMPLATE/BUG-REPORT.yml
parentd8d58635e12ce590119d9d1293dbbf7e722c5ba3 (diff)
downloadiced-681765110bdc862c5d5479f9d928ec7f04f90155.tar.gz
iced-681765110bdc862c5d5479f9d928ec7f04f90155.tar.bz2
iced-681765110bdc862c5d5479f9d928ec7f04f90155.zip
Make crazy users acknowledge they are crazy when filing bug reports in bad faith
Diffstat (limited to '')
-rw-r--r--.github/ISSUE_TEMPLATE/BUG-REPORT.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
index 20ef2b73..5053a2fa 100644
--- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
+++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml
@@ -8,6 +8,24 @@ body:
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
+ label: Is your issue REALLY a bug?
+ description: |
+ This issue tracker is for __BUG REPORTS ONLY__.
+
+ It's obvious, right? This is a bug report form, after all! Still, some crazy users seem to forcefully fill
+ out this form just to ask questions and request features.
+
+ The core team does not appreciate that. Don't do it.
+
+ If you want to ask a question or request a feature, please [go back here](https://github.com/iced-rs/iced/issues/new/choose)
+ and read carefully.
+ options:
+ - label: My issue is indeed a bug!
+ required: true
+ - label: I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
+ required: true
+ - type: checkboxes
+ attributes:
label: Is there an existing issue for this?
description: |
Please, search [the existing issues] and see if an issue already exists for the bug you encountered.