mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-23 04:22:24 +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
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: false
|
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
|
- type: input
|
||||||
id: other
|
id: other
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -100,9 +114,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Your configuration
|
label: Your configuration
|
||||||
description: |
|
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_
|
Please avoid pasting the full config, _use attachments or links_
|
||||||
placeholder: "example: texture_renderer = opengl"
|
placeholder: "example: cl_autorun=true"
|
||||||
render: ini # syntax highlighting
|
render: ini # syntax highlighting
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue