From 7ba2c31822b3df9b40b4184550423f23023b55bb Mon Sep 17 00:00:00 2001 From: Aqa-Ib Date: Mon, 10 Jun 2024 15:25:01 +0200 Subject: [PATCH] github: improve the chances of the user specifying bug or regression (#6399) --- .github/ISSUE_TEMPLATE/bug.yml | 22 +++++++++++----------- 1 file 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: