github: improve the chances of the user specifying bug or regression (#6399)

This commit is contained in:
Aqa-Ib 2024-06-10 15:25:01 +02:00 committed by GitHub
parent cef6aad28f
commit 7ba2c31822
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 11 deletions

View File

@ -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: