You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+39-10Lines changed: 39 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -73,19 +73,48 @@ body:
73
73
attributes:
74
74
label: Footage
75
75
description: Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware.
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**).
0 commit comments