From d094595f2ed247c9482aabbaee630dbb6d2d6d53 Mon Sep 17 00:00:00 2001 From: Jozufozu Date: Mon, 13 Dec 2021 11:38:32 -0800 Subject: [PATCH] Add GPU field to bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bb34d1d85..f26012d33 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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