mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
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
This commit is contained in:
parent
f517d33ecf
commit
b48e99637e
1 changed files with 4 additions and 13 deletions
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -11,26 +11,17 @@ 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: GZDoom version
|
label: GZDoom version
|
||||||
description: |
|
description: |
|
||||||
What version are you using?
|
What version are you using?
|
||||||
Run `gzdoom --version`
|
Run `gzdoom --version` or check in the console in game.
|
||||||
Make sure to update to latest [release](https://github.com/coelckers/gzdoom/releases) version and test again before continuing.
|
Make sure to update to latest [release](https://github.com/coelckers/gzdoom/releases) version and test again before continuing.
|
||||||
multiple: false
|
placeholder: "ex: GZDoom 4.0.0, Git version, Branch, other"
|
||||||
options:
|
|
||||||
- 4.6.1
|
|
||||||
- 4.6.0
|
|
||||||
- 4.5.0
|
|
||||||
- 4.4.2
|
|
||||||
- 4.4.1
|
|
||||||
- 4.4.0
|
|
||||||
- Git
|
|
||||||
- Other
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: gameid
|
id: gameid
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue