mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-13 01:46:41 +00:00
Misc: Update issues form (#4383)
This commit is contained in:
parent
618c8edc79
commit
40c9416097
4 changed files with 41 additions and 37 deletions
53
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
53
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,13 +1,8 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
|
title: "[Bug] <title>"
|
||||||
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there an existing issue for this?
|
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: issue
|
id: issue
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -53,17 +48,43 @@ body:
|
||||||
- *(e.g. 1.1.1)*
|
- *(e.g. 1.1.1)*
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: input
|
||||||
id: environment
|
id: cpu
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment?
|
label: CPU
|
||||||
value: |
|
placeholder: |
|
||||||
- ##### CPU: *(e.g. i7-6700)*
|
- *(e.g. i7-6700)*
|
||||||
- ##### GPU: *(e.g. NVIDIA RTX 2070)*
|
|
||||||
- ##### RAM: *(e.g. 16GB)*
|
|
||||||
- Applied Mods: [ Yes (Which ones) / No ]
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: gpu
|
||||||
|
attributes:
|
||||||
|
label: GPU
|
||||||
|
placeholder: |
|
||||||
|
- *(e.g. NVIDIA RTX 2070)*
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: ram
|
||||||
|
attributes:
|
||||||
|
label: RAM
|
||||||
|
placeholder: |
|
||||||
|
- *(e.g. 16GB)*
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Applied Mods?
|
||||||
|
options:
|
||||||
|
- label: Yes
|
||||||
|
required: false
|
||||||
|
- type: textarea
|
||||||
|
id: mods
|
||||||
|
attributes:
|
||||||
|
label: List of applied mods
|
||||||
|
placeholder: You can list applied mods here.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: additional-context
|
id: additional-context
|
||||||
attributes:
|
attributes:
|
||||||
|
|
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,13 +1,7 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest a new feature for Ryujinx.
|
description: Suggest a new feature for Ryujinx.
|
||||||
|
title: "[Feature Request] <title>"
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there an existing issue for this?
|
|
||||||
description: Please search to see if an issue already exists for the feature you are requesting.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: overview
|
id: overview
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
name: Missing CPU Instruction
|
name: Missing CPU Instruction
|
||||||
description: CPU Instruction is missing in Ryujinx.
|
description: CPU Instruction is missing in Ryujinx.
|
||||||
|
title: "[CPU] <title>"
|
||||||
|
labels: [cpu, not-implemented]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there an existing issue for this?
|
|
||||||
description: Please search for existing missing CPU instruction
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: instruction
|
id: instruction
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
name: Missing Service Call
|
name: Missing Service Call
|
||||||
description: Service call is missing in Ryujinx.
|
description: Service call is missing in Ryujinx.
|
||||||
|
labels: not-implemented
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Is there an existing issue for this?
|
|
||||||
description: Please search for an [existing missing service call issue](https://github.com/Ryujinx/Ryujinx/issues) first.
|
|
||||||
options:
|
|
||||||
- label: I have searched the existing issues
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: instruction
|
id: instruction
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue