Make crazy users acknowledge they are crazy when filing bug reports in bad faith
This commit is contained in:
parent
d8d58635e1
commit
681765110b
2 changed files with 19 additions and 1 deletions
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
|
@ -6,6 +6,24 @@ body:
|
|||
attributes:
|
||||
value: |
|
||||
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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue