From 8df3c05acfac0637652ebca65a9b55cb0cba2c59 Mon Sep 17 00:00:00 2001 From: arrowgent <57545549+arrowgent@users.noreply.github.com> Date: Sun, 26 Sep 2021 17:01:00 -0700 Subject: [PATCH] change version input in bug_report.yml remove dropdown list since i cant determine how to get a workflow to pull info from known releases & move game selection, i didnt realize it was misplaced between OS selection --- .github/ISSUE_TEMPLATE/bug_report.yml | 52 +++++++++++---------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e534c5ecc..5d658556f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,43 +11,15 @@ body: ## Please fill out forms as cleanly as possible. #### Make sure that you have * properly edited & filled in the title of this bug report - - type: dropdown + - type: input id: version attributes: label: Raze version description: | What version are you using? - Run `raze --version` + Run `raze --version` or check in the console in game. Make sure to update to latest [release](https://github.com/coelckers/Raze/releases) version and test again before continuing. - multiple: false - options: - - 1.1.3 - - 1.1.2 - - 1.1.1 - - 1.1.0 - - 1.0.3 - - 1.0.2 - - 1.0.1 - - Git - - Other - validations: - required: true - - type: dropdown - id: OS - attributes: - label: What Operating System are you using? - multiple: false - options: - - Windows 11 - - Windows 10 - - Windows 8 - - Windows 7 - - Windows Other - - Mac OS - - Linux x86 - - Linux x86_64 - - Linux ARM (Raspberry Pi) - - Other + placeholder: "ex: Raze 1.0.0, Git version, Branch, other" validations: required: false - type: dropdown @@ -66,6 +38,24 @@ body: - Other validations: required: false + - type: dropdown + id: OS + attributes: + label: What Operating System are you using? + multiple: false + options: + - Windows 11 + - Windows 10 + - Windows 8 + - Windows 7 + - Windows Other + - Mac OS + - Linux x86 + - Linux x86_64 + - Linux ARM (Raspberry Pi) + - Other + validations: + required: false - type: input id: other attributes: