aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLeo Mozoloa <leo.drrty@gmail.com>2022-10-16 13:13:22 +0200
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 21:30:02 +0300
commit8400e854747970ee1593619c37736c47cdac7e3e (patch)
treee37c5a4e88a05772d7ef218619deb8c16f194fe1 /.github
parentca30e67289f9e2d0aca33c9da8d915ae3bcc39cc (diff)
Adding a confirmation checkbox that the user has checked the issues & commits before
Also small fixes
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index b53db6bb..3e8732f9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,13 +1,20 @@
name: Bug Report
-description: File a bug report
+description: You think somethings is broken in the UI
title: "[Bug]: "
-labels: ["bug-report"]
+labels: ["bug"]
body:
- type: markdown
attributes:
value: |
- Please fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers"
+ Make sure this issue hasn't been posted already and wasn't solved in recent commits, then fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers"
+ - type: checkboxes
+ attributes:
+ label: Is there an existing issue for this?
+ description: Please search to see if an issue already exists for the bug you encountered, and that it hasn't been fixed in a recent build/commit.
+ options:
+ - label: I have searched the existing issues and checked the recent builds/commits
+ required: true
- type: textarea
id: what-did
attributes: