From d83c75d1ae3f1cb10e0cf965e5ed1a0d6d1f1296 Mon Sep 17 00:00:00 2001 From: Tom French <tom@tomfren.ch> Date: Wed, 24 Aug 2022 21:24:13 +0100 Subject: [PATCH] github: update issue template --- .github/ISSUE_TEMPLATE/bug-report.yml | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 06db70acf..534dfe80e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -9,14 +9,14 @@ body: value: | Thanks for taking the time to fill out this bug report! Please ensure you provide as much information as asked to better assist in confirming and identifying a fix for the bug report. - type: dropdown - id: existing-issue - attributes: - label: "Verified issue does not already exist?" - description: "Please search to see if an issue already exists for the issue you encountered." - options: - - "I have searched and found no existing issue" - validations: - required: true + id: existing-issue + attributes: + label: "Verified issue does not already exist?" + description: "Please search to see if an issue already exists for the issue you encountered." + options: + - "I have searched and found no existing issue" + validations: + required: true - type: textarea id: what-happened attributes: @@ -33,16 +33,6 @@ body: description: "If you received an error or a message on the screen, please provide that here." validations: required: false - - type: dropdown - id: version - attributes: - label: Version - description: What version of our software are you running? - options: - - 1.0.2 (Default) - - 1.0.3 (Edge) - validations: - required: false - type: markdown id: env-info attributes: -- GitLab