Skip to content

Commit e4c43ae

Browse files
authored
Make Bug Report issue template use separate required fields for specs (#1539)
1 parent abd71bb commit e4c43ae

File tree

1 file changed

+39
-10
lines changed

1 file changed

+39
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 39 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,48 @@ body:
7373
attributes:
7474
label: Footage
7575
description: Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware.
76-
- id: system-specifications
77-
type: textarea
76+
- id: specs-version
77+
type: input
7878
validations:
7979
required: true
8080
attributes:
81-
label: System Specifications
82-
description: Fill out the following details.
83-
placeholder: |
84-
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
85-
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
86-
- GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.)
87-
- OS: (e.g. Windows 10, Windows 11, Linux distro)
88-
- Version: (e.g. 1.0.0)
81+
label: Version
82+
description: The version of Unleashed Recompiled you are running (e.g. **v1.0.0**). This can be found at the bottom right corner of the installer wizard, options menu, or in the application metadata.
83+
- id: specs-cpu
84+
type: input
85+
validations:
86+
required: true
87+
attributes:
88+
label: CPU
89+
description: The name of your CPU (e.g. **Intel Core [...]**, **AMD Ryzen [...]**, etc.).
90+
- id: specs-gpu
91+
type: input
92+
validations:
93+
required: true
94+
attributes:
95+
label: GPU
96+
description: The name of your GPU (e.g. **NVIDIA GeForce [...]**, **AMD Radeon [...]**, **Intel [...]**, etc.).
97+
- id: specs-gpu-driver
98+
type: input
99+
validations:
100+
required: true
101+
attributes:
102+
label: GPU Driver
103+
description: The version of your GPU driver (e.g. **NVIDIA Driver 572.XX**, **AMD Driver 25.X.X**, **Intel Driver 32.X.XXX.XXXX** etc.).
104+
- id: specs-ram
105+
type: input
106+
validations:
107+
required: true
108+
attributes:
109+
label: Memory
110+
description: The amount of system memory you have (e.g. **8 GB**, **16 GB**, etc.).
111+
- id: specs-os
112+
type: input
113+
validations:
114+
required: true
115+
attributes:
116+
label: Operating System
117+
description: The name of the operating system you are running (e.g. **Windows 10**, **Windows 11**, **Linux distro**).
89118
- id: additional-context
90119
type: textarea
91120
validations:

0 commit comments

Comments
 (0)