Skip to content

Commit

Permalink
change version input in bug_report.yml
Browse files Browse the repository at this point in the history
remove dropdown list since i cant determine how to get a workflow to pull info from known releases
  • Loading branch information
arrowgent authored and coelckers committed Oct 1, 2021
1 parent f517d33 commit b48e996
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -11,26 +11,17 @@ 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: GZDoom version
description: |
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.
multiple: false
options:
- 4.6.1
- 4.6.0
- 4.5.0
- 4.4.2
- 4.4.1
- 4.4.0
- Git
- Other
placeholder: "ex: GZDoom 4.0.0, Git version, Branch, other"
validations:
required: true
required: false
- type: dropdown
id: gameid
attributes:
Expand Down

0 comments on commit b48e996

Please sign in to comment.