mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:45:58 +01:00
github: improve the chances of the user specifying bug or regression (#6399)
This commit is contained in:
parent
cef6aad28f
commit
7ba2c31822
1 changed files with 11 additions and 11 deletions
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:
|
||||||
|
|
Loading…
Reference in a new issue