Skip to content

Commit

Permalink
improve the chances of the user specifying bug or regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Aqa-Ib committed Jun 10, 2024
1 parent cef6aad commit e030c88
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e030c88

Please sign in to comment.