mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-29 08:26:37 +01:00
Add GPU field to bug report template
This commit is contained in:
parent
7cf2741e68
commit
d094595f2e
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -47,6 +47,13 @@ body:
|
||||||
placeholder: Windows 11
|
placeholder: Windows 11
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
attributes:
|
||||||
|
label: What is your GPU?
|
||||||
|
description: Enter the vendor and model of the GPU you were using when the bug occured
|
||||||
|
placeholder: Nvidia GeForce RTX 3060
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Mod Version
|
label: Mod Version
|
||||||
|
|
Loading…
Reference in a new issue