aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAqa-Ib <[email protected]>2024-06-18 17:06:14 +0200
committerGitHub <[email protected]>2024-06-18 18:06:14 +0300
commit236150b3c5227bbfbe46d2610c739a386afdca1f (patch)
treeea4a6f4a1b123ce3381ef7005d1d3ca3d1d1d530 /.github
parentd1340bd1d8eedd274283e0cb2568a3ed67b58c81 (diff)
downloadHyprland-236150b3c5227bbfbe46d2610c739a386afdca1f.tar.gz
Hyprland-236150b3c5227bbfbe46d2610c739a386afdca1f.zip
github: reword bug or regression (#6520)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 285a15a1..e3e97bef 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -5,18 +5,21 @@ body:
- type: markdown
attributes:
value: |
- Before opening a new issue, take a moment to search through the current open ones.
+ ## Before opening a new issue, please take a moment to search through the current open and closed issues to check if it already exists.
---
- type: dropdown
id: type
attributes:
- label: Bug or Regression?
- description: Is this a bug or a regression?
+ label: Regression?
+ description: |
+ Regression means that something used to work but no longer does.
+ **BEFORE CONTINUING**, please check if this bug is a regression or not, and if it is, we need you to bisect with the help of the wiki: https://wiki.hyprland.org/Crashes-and-Bugs/#bisecting-an-issue
+ multiple: true
options:
- - Bug
- - Regression
+ - "Yes"
+ - "No"
validations:
required: true