mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 21:37:58 +03:00
Make Bug Report issue template use separate required fields for specs (#1539)
Some checks failed
validate-internal / build (push) Failing after 14m53s
Some checks failed
validate-internal / build (push) Failing after 14m53s
This commit is contained in:
parent
abd71bb3e2
commit
e4c43ae3b1
1 changed files with 39 additions and 10 deletions
49
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
49
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -73,19 +73,48 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Footage
|
label: Footage
|
||||||
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: Attach a screenshot or video of the bug. If possible, please also provide footage of the expected behaviour on original Xbox 360 hardware.
|
||||||
- id: system-specifications
|
- id: specs-version
|
||||||
type: textarea
|
type: input
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: System Specifications
|
label: Version
|
||||||
description: Fill out the following details.
|
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.
|
||||||
placeholder: |
|
- id: specs-cpu
|
||||||
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
|
type: input
|
||||||
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
|
validations:
|
||||||
- GPU Driver: (e.g NVIDIA driver 545.XX, AMD driver 24.X.X, etc.)
|
required: true
|
||||||
- OS: (e.g. Windows 10, Windows 11, Linux distro)
|
attributes:
|
||||||
- Version: (e.g. 1.0.0)
|
label: CPU
|
||||||
|
description: The name of your CPU (e.g. **Intel Core [...]**, **AMD Ryzen [...]**, etc.).
|
||||||
|
- id: specs-gpu
|
||||||
|
type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: GPU
|
||||||
|
description: The name of your GPU (e.g. **NVIDIA GeForce [...]**, **AMD Radeon [...]**, **Intel [...]**, etc.).
|
||||||
|
- id: specs-gpu-driver
|
||||||
|
type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: GPU Driver
|
||||||
|
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.).
|
||||||
|
- id: specs-ram
|
||||||
|
type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Memory
|
||||||
|
description: The amount of system memory you have (e.g. **8 GB**, **16 GB**, etc.).
|
||||||
|
- id: specs-os
|
||||||
|
type: input
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: Operating System
|
||||||
|
description: The name of the operating system you are running (e.g. **Windows 10**, **Windows 11**, **Linux distro**).
|
||||||
- id: additional-context
|
- id: additional-context
|
||||||
type: textarea
|
type: textarea
|
||||||
validations:
|
validations:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue