mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-14 00:06:12 +01:00
Add GPU field to bug report template
This commit is contained in:
parent
03f513a2f1
commit
ab1b4ee461
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
|
||||
validations:
|
||||
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
|
||||
attributes:
|
||||
label: Mod Version
|
||||
|
|
Loading…
Reference in a new issue