mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 12:21:39 +00:00
Address requested changes
This commit is contained in:
parent
a6cbb77419
commit
e362d00633
1 changed files with 7 additions and 7 deletions
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
14
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -10,7 +10,7 @@ body:
|
||||||
- label: I have checked the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page to see if my problem has already been reported
|
- label: I have checked the [Issues](https://github.com/hedge-dev/UnleashedRecomp/issues) page to see if my problem has already been reported
|
||||||
required: true
|
required: true
|
||||||
- label: I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware
|
- label: I have confirmed that this bug does not occur in the original game running on original Xbox 360 hardware
|
||||||
required: true
|
required: false
|
||||||
- id: dlc-installed
|
- id: dlc-installed
|
||||||
type: checkboxes
|
type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -43,7 +43,7 @@ body:
|
||||||
label: If you have codes enabled, please specify which ones you have.
|
label: If you have codes enabled, please specify which ones you have.
|
||||||
description: Provide a list of your enabled codes in Hedge Mod Manager here.
|
description: Provide a list of your enabled codes in Hedge Mod Manager here.
|
||||||
- id: describe-bug
|
- id: describe-bug
|
||||||
type: input
|
type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -55,12 +55,12 @@ body:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Steps to Reproduce
|
label: Steps to Reproduce
|
||||||
description: Steps to reproduce the bug
|
description: Step-by-step instructions on how to reproduce the bug.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. etc.
|
2. etc.
|
||||||
- id: expected-behavior
|
- id: expected-behavior
|
||||||
type: input
|
type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -73,13 +73,13 @@ 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: specifications
|
- id: system-specifications
|
||||||
type: textarea
|
type: textarea
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Specifications
|
label: System Specifications
|
||||||
description: Fill out the following details
|
description: Fill out the following details.
|
||||||
placeholder: |
|
placeholder: |
|
||||||
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
|
- CPU: (e.g. Intel Core [...], AMD Ryzen [...], etc.)
|
||||||
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
|
- GPU: (e.g. NVIDIA GeForce [...], Radeon HD [...], Intel HD [...], etc.)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue