Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: reword bug or regression #6520

Merged
merged 14 commits into from
Jun 18, 2024
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ 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, 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 no longer works in newer versions of Hyprland.
Aqa-Ib marked this conversation as resolved.
Show resolved Hide resolved
PLEASE, before continuing 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
Aqa-Ib marked this conversation as resolved.
Show resolved Hide resolved
options:
- Bug
- Regression
- "Yes"
- "No"
validations:
required: true

Expand Down
Loading