Bläddra i källkod

Infra: Issues template cleanup (#4421)

* Infra: Issues template cleanup

* applied
Ac_K 3 år sedan
förälder
incheckning
ed7a0474c6

+ 12 - 22
.github/ISSUE_TEMPLATE/bug_report.yml

@@ -1,26 +1,27 @@
 name: Bug Report
 name: Bug Report
 description: File a bug report
 description: File a bug report
-title: "[Bug] <title>"
+title: "[Bug]"
 labels: bug
 labels: bug
 body:
 body:
   - type: textarea
   - type: textarea
     id: issue
     id: issue
     attributes:
     attributes:
-      label: Description of Issue
+      label: Description of the issue
       description: What's the issue you encountered?
       description: What's the issue you encountered?
     validations:
     validations:
       required: true
       required: true
   - type: textarea
   - type: textarea
     id: repro
     id: repro
     attributes:
     attributes:
-      label: Reproduction Steps
+      label: Reproduction steps
       description: How can the issue be reproduced?
       description: How can the issue be reproduced?
+      placeholder: Describe each step as precisely as possible
     validations:
     validations:
       required: true
       required: true
   - type: textarea
   - type: textarea
     id: log
     id: log
     attributes:
     attributes:
-      label: Log File
+      label: Log file
       description: A log file will help our developers to better diagnose and fix the issue.
       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
       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:
     validations:
@@ -29,55 +30,44 @@ body:
     id: os
     id: os
     attributes:
     attributes:
       label: OS
       label: OS
-      placeholder: "Example: Windows 10"
+      placeholder: "e.g. Windows 10"
     validations:
     validations:
       required: true
       required: true
   - type: input
   - type: input
     id: ryujinx-version
     id: ryujinx-version
     attributes:
     attributes:
       label: Ryujinx version
       label: Ryujinx version
-      placeholder: |
-        - *(e.g. 1.0.470)*
+      placeholder: "e.g. 1.0.470"
     validations:
     validations:
       required: true
       required: true
   - type: input
   - type: input
     id: game-version
     id: game-version
     attributes:
     attributes:
       label: Game version
       label: Game version
-      placeholder: |
-        - *(e.g. 1.1.1)*
+      placeholder: "e.g. 1.1.1"
     validations:
     validations:
       required: false
       required: false
   - type: input
   - type: input
     id: cpu
     id: cpu
     attributes:
     attributes:
       label: CPU
       label: CPU
-      placeholder: |
-        - *(e.g. i7-6700)*
+      placeholder: "e.g. i7-6700"
     validations:
     validations:
       required: false
       required: false
   - type: input
   - type: input
     id: gpu
     id: gpu
     attributes:
     attributes:
       label: GPU
       label: GPU
-      placeholder: |
-        - *(e.g. NVIDIA RTX 2070)*
+      placeholder: "e.g. NVIDIA RTX 2070"
     validations:
     validations:
       required: false
       required: false
   - type: input
   - type: input
     id: ram
     id: ram
     attributes:
     attributes:
       label: RAM
       label: RAM
-      placeholder: |
-        - *(e.g. 16GB)*
+      placeholder: "e.g. 16GB"
     validations:
     validations:
       required: false
       required: false
-  - type: checkboxes
-    attributes:
-      label: Applied Mods?
-      options:
-      - label: "Yes"
-        required: false
   - type: textarea
   - type: textarea
     id: mods
     id: mods
     attributes:
     attributes:
@@ -93,4 +83,4 @@ body:
         - Additional info about your environment:
         - Additional info about your environment:
         - Any other information relevant to your issue.
         - Any other information relevant to your issue.
     validations:
     validations:
-      required: false
+      required: false

+ 3 - 3
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -1,6 +1,6 @@
 name: Feature Request
 name: Feature Request
 description: Suggest a new feature for Ryujinx.
 description: Suggest a new feature for Ryujinx.
-title: "[Feature Request] <title>"
+title: "[Feature Request]"
 body:
 body:
   - type: textarea
   - type: textarea
     id: overview
     id: overview
@@ -12,14 +12,14 @@ body:
   - type: textarea
   - type: textarea
     id: details
     id: details
     attributes:
     attributes:
-      label: Smaller Details
+      label: Smaller details
       description: These may include specific methods of implementation etc.
       description: These may include specific methods of implementation etc.
     validations:
     validations:
       required: true
       required: true
   - type: textarea
   - type: textarea
     id: request
     id: request
     attributes:
     attributes:
-      label: Nature of Request
+      label: Nature of request
     validations:
     validations:
       required: true
       required: true
   - type: textarea
   - type: textarea

+ 1 - 1
.github/ISSUE_TEMPLATE/missing_cpu_instruction.yml

@@ -1,6 +1,6 @@
 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>"
+title: "[CPU]"
 labels: [cpu, not-implemented]
 labels: [cpu, not-implemented]
 body:
 body:
   - type: textarea
   - type: textarea

+ 1 - 1
.github/ISSUE_TEMPLATE/missing_service_call.yml

@@ -5,7 +5,7 @@ body:
   - type: textarea
   - type: textarea
     id: instruction
     id: instruction
     attributes:
     attributes:
-      label: Service Call
+      label: Service call
       description: What service call is missing?
       description: What service call is missing?
     validations:
     validations:
       required: true
       required: true