mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-29 15:32:38 +00:00
change version input in feature_request.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:
parent
8df3c05acf
commit
5267c1aea6
1 changed files with 21 additions and 31 deletions
52
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
52
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -11,43 +11,15 @@ body:
|
||||||
## Please fill out forms as cleanly as possible.
|
## Please fill out forms as cleanly as possible.
|
||||||
#### Make sure that you have
|
#### Make sure that you have
|
||||||
* properly edited & filled in the title of this bug report
|
* properly edited & filled in the title of this bug report
|
||||||
- type: dropdown
|
- type: input
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Raze version
|
label: Raze version
|
||||||
description: |
|
description: |
|
||||||
What version are you using?
|
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.
|
Make sure to update to latest [release](https://github.com/coelckers/Raze/releases) version and test again before continuing.
|
||||||
multiple: false
|
placeholder: "ex: Raze 1.0.0, Git version, Branch, other"
|
||||||
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
|
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
|
@ -66,6 +38,24 @@ body:
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: input
|
||||||
id: other
|
id: other
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue