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
This commit is contained in:
arrowgent 2021-09-26 17:01:00 -07:00 committed by Christoph Oelckers
parent 95acafdbac
commit 8df3c05acf

View file

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