diff options
author | Aqa-Ib <[email protected]> | 2024-06-10 15:25:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-10 15:25:01 +0200 |
commit | 7ba2c31822b3df9b40b4184550423f23023b55bb (patch) | |
tree | aeefe76b4170c28df199ca00ca3fd0a1454a03f5 /.github | |
parent | cef6aad28fcda34644b62e2cf645f9da1ba553ad (diff) | |
download | Hyprland-7ba2c31822b3df9b40b4184550423f23023b55bb.tar.gz Hyprland-7ba2c31822b3df9b40b4184550423f23023b55bb.zip |
github: improve the chances of the user specifying bug or regression (#6399)
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 66ce5fa9..285a15a1 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 id: ver attributes: @@ -33,17 +44,6 @@ body: validations: 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 id: desc attributes: |