github: reword bug or regression (#6520)

This commit is contained in:
Aqa-Ib 2024-06-18 17:06:14 +02:00 committed by GitHub
parent d1340bd1d8
commit 236150b3c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,18 +5,21 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | 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 - type: dropdown
id: type id: type
attributes: attributes:
label: Bug or Regression? label: Regression?
description: Is this a bug or a 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: options:
- Bug - "Yes"
- Regression - "No"
validations: validations:
required: true required: true