summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.yaml
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2023-01-12 22:46:30 +0200
committerGitHub <noreply@github.com>2023-01-12 22:46:30 +0200
commit61698b6e194d3b0caa58060a4f18d51c5f79f149 (patch)
tree274460870b13d5022fc8d784b2dc967f142f28d9 /.github/ISSUE_TEMPLATE/bug-report.yaml
parentc5fb41beb757ae3a28dc81413c33c907be4d4a2c (diff)
Tweaked issue forms (#1267)
When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will require writing about the issue that led to the idea, which will make it easier to discuss different solutions.
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yaml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml
index 6e9f6606..4c85742a 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -1,15 +1,11 @@
name: Bug Report
-description: File a bug report
+description: Something is broken
labels: ["bug"]
body:
- - type: markdown
- attributes:
- value: |
- **Thanks for taking the time to fill out this bug report!**
- *Please, before opening a bug report, check if similar issues already exist. In that case, use those issues to provide your feedback instead.*
- type: checkboxes
attributes:
label: Verification
+ description: Before submitting a bug report, check if similar issues already exist and use those issues to provide your feedback instead.
options:
- label: I searched for similar bug reports and found none was relevant.
required: true