mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-14 16:40:46 +00:00
add game & remove other config (wip)
This commit is contained in:
parent
1d3ff006b1
commit
68cd915a78
1 changed files with 16 additions and 2 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -50,6 +50,20 @@ body:
|
|||
- Other
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: gameid
|
||||
attributes:
|
||||
label: Which game are you running with Raze?
|
||||
multiple: false
|
||||
options:
|
||||
- Blood
|
||||
- Duke Nukem 3D
|
||||
- Exhumed/Powerslave
|
||||
- Redneck Rampage
|
||||
- Shadow Warrior
|
||||
- Other
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: other
|
||||
attributes:
|
||||
|
@ -100,9 +114,9 @@ body:
|
|||
attributes:
|
||||
label: Your configuration
|
||||
description: |
|
||||
Share the config file(s) you've been using to run the program. (`dosbox-staging.conf`)
|
||||
Share the config file(s) you've been using to run the program. (`raze.ini`)
|
||||
Please avoid pasting the full config, _use attachments or links_
|
||||
placeholder: "example: texture_renderer = opengl"
|
||||
placeholder: "example: cl_autorun=true"
|
||||
render: ini # syntax highlighting
|
||||
validations:
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue