diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f65f32540..68be1f5e0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,26 +1,27 @@
name: Bug Report
description: File a bug report
-title: "[Bug]
"
+title: "[Bug]"
labels: bug
body:
- type: textarea
id: issue
attributes:
- label: Description of Issue
+ label: Description of the issue
description: What's the issue you encountered?
validations:
required: true
- type: textarea
id: repro
attributes:
- label: Reproduction Steps
+ label: Reproduction steps
description: How can the issue be reproduced?
+ placeholder: Describe each step as precisely as possible
validations:
required: true
- type: textarea
id: log
attributes:
- label: Log File
+ label: Log file
description: A log file will help our developers to better diagnose and fix the issue.
placeholder: Logs files can be found under "Logs" folder in Ryujinx program folder. You can drag and drop the log on to the text area
validations:
@@ -29,55 +30,44 @@ body:
id: os
attributes:
label: OS
- placeholder: "Example: Windows 10"
+ placeholder: "e.g. Windows 10"
validations:
required: true
- type: input
id: ryujinx-version
attributes:
label: Ryujinx version
- placeholder: |
- - *(e.g. 1.0.470)*
+ placeholder: "e.g. 1.0.470"
validations:
required: true
- type: input
id: game-version
attributes:
label: Game version
- placeholder: |
- - *(e.g. 1.1.1)*
+ placeholder: "e.g. 1.1.1"
validations:
required: false
- type: input
id: cpu
attributes:
label: CPU
- placeholder: |
- - *(e.g. i7-6700)*
+ placeholder: "e.g. i7-6700"
validations:
required: false
- type: input
id: gpu
attributes:
label: GPU
- placeholder: |
- - *(e.g. NVIDIA RTX 2070)*
+ placeholder: "e.g. NVIDIA RTX 2070"
validations:
required: false
- type: input
id: ram
attributes:
label: RAM
- placeholder: |
- - *(e.g. 16GB)*
+ placeholder: "e.g. 16GB"
validations:
required: false
- - type: checkboxes
- attributes:
- label: Applied Mods?
- options:
- - label: "Yes"
- required: false
- type: textarea
id: mods
attributes:
@@ -93,4 +83,4 @@ body:
- Additional info about your environment:
- Any other information relevant to your issue.
validations:
- required: false
+ required: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index a9a5b504a..383bbb151 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,6 +1,6 @@
name: Feature Request
description: Suggest a new feature for Ryujinx.
-title: "[Feature Request] "
+title: "[Feature Request]"
body:
- type: textarea
id: overview
@@ -12,14 +12,14 @@ body:
- type: textarea
id: details
attributes:
- label: Smaller Details
+ label: Smaller details
description: These may include specific methods of implementation etc.
validations:
required: true
- type: textarea
id: request
attributes:
- label: Nature of Request
+ label: Nature of request
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml b/.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml
index 10e3bad37..d815ddfd9 100644
--- a/.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml
+++ b/.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml
@@ -1,6 +1,6 @@
name: Missing CPU Instruction
description: CPU Instruction is missing in Ryujinx.
-title: "[CPU] "
+title: "[CPU]"
labels: [cpu, not-implemented]
body:
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/missing_service_call.yml b/.github/ISSUE_TEMPLATE/missing_service_call.yml
index 48d46d57f..80aae533b 100644
--- a/.github/ISSUE_TEMPLATE/missing_service_call.yml
+++ b/.github/ISSUE_TEMPLATE/missing_service_call.yml
@@ -5,7 +5,7 @@ body:
- type: textarea
id: instruction
attributes:
- label: Service Call
+ label: Service call
description: What service call is missing?
validations:
required: true