mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 20:21:54 -07:00
github: improve the chances of the user specifying bug or regression (#6399)
This commit is contained in:
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
22
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -9,6 +9,17 @@ body:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
- type: dropdown
|
||||||
|
id: type
|
||||||
|
attributes:
|
||||||
|
label: Bug or Regression?
|
||||||
|
description: Is this a bug or a regression?
|
||||||
|
options:
|
||||||
|
- Bug
|
||||||
|
- Regression
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: ver
|
id: ver
|
||||||
attributes:
|
attributes:
|
||||||
@@ -33,17 +44,6 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: type
|
|
||||||
attributes:
|
|
||||||
label: Bug or Regression?
|
|
||||||
description: Is this a bug or a regression?
|
|
||||||
options:
|
|
||||||
- Bug
|
|
||||||
- Regression
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: desc
|
id: desc
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user