diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index dbe602fec3..6ff9591b41 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -15,6 +15,7 @@ body:
If you have questions about how to provide the information below, join the Discord server to get help from the community.
- type: textarea
attributes:
+ id: feature-request
label: Feature Request
description: |
A brief description of the requested feature. If appropriate, include screenshots or videos.
@@ -24,11 +25,13 @@ body:
required: true
- type: textarea
attributes:
+ id: alternatives
label: Alternatives
description: Possible alternative options that you have considered.
validations:
required: false
- type: textarea
attributes:
+ id: additional-context
label: Additional Context
description: Any other context or screenshots about the feature request.
diff --git a/.github/ISSUE_TEMPLATE/general-issue.yml b/.github/ISSUE_TEMPLATE/general-issue.yml
index e9401eee5b..b6c8bce828 100644
--- a/.github/ISSUE_TEMPLATE/general-issue.yml
+++ b/.github/ISSUE_TEMPLATE/general-issue.yml
@@ -19,6 +19,7 @@ body:
If you have questions about how to provide the information below, join the Discord server to get help from the community.
- type: textarea
attributes:
+ id: bug-description
label: Bug Description
description: |
A brief description of the problem, including steps to reproduce the issue and any relevant screenshots of the problem.
@@ -42,6 +43,7 @@ body:
required: true
- type: textarea
attributes:
+ id: expected-behavior
label: Expected Behavior
description: A brief description of the expected behavior.
placeholder: |
@@ -50,6 +52,7 @@ body:
required: true
- type: textarea
attributes:
+ id: xemu-version
label: xemu Version
description: Affected xemu version. You can find the xemu version within xemu by navigating to Help→About. If known, include the last known-working version of xemu.
placeholder: |
@@ -60,6 +63,7 @@ body:
required: true
- type: textarea
attributes:
+ id: system-information
label: System Information
description: Basic information about your system.
placeholder: |
@@ -69,5 +73,6 @@ body:
GPU Driver: 3.3.0 NVIDIA 450.119.03
- type: textarea
attributes:
+ id: additional-context
label: Additional Context
description: Any additional information or log output.
diff --git a/.github/ISSUE_TEMPLATE/title-issue.yml b/.github/ISSUE_TEMPLATE/title-issue.yml
index c240f00729..3e94f23f33 100644
--- a/.github/ISSUE_TEMPLATE/title-issue.yml
+++ b/.github/ISSUE_TEMPLATE/title-issue.yml
@@ -19,6 +19,7 @@ body:
If you have questions about how to provide the information below, join the Discord server to get help from the community.
- type: textarea
attributes:
+ id: game-title
label: Title
description: Affected title URL and version information. You can find the title URL by searching for the title by name on [the compatibility tracking system](https://xemu.app/#compatibility).
placeholder: |
@@ -29,6 +30,7 @@ body:
required: true
- type: textarea
attributes:
+ id: bug-description
label: Bug Description
description: |
A brief description of the problem, including steps to reproduce the issue and any relevant screenshots of the problem.
@@ -47,6 +49,7 @@ body:
required: true
- type: textarea
attributes:
+ id: expected-behavior
label: Expected Behavior
description: A brief description of the expected behavior.
placeholder: |
@@ -57,6 +60,7 @@ body:
required: true
- type: textarea
attributes:
+ id: xemu-version
label: xemu Version
description: Affected xemu version. You can find the xemu version within xemu by navigating to Help→About. If known, include the last known-working version of xemu.
placeholder: |
@@ -67,6 +71,7 @@ body:
required: true
- type: textarea
attributes:
+ id: system-information
label: System Information
description: Basic information about your system.
placeholder: |
@@ -76,5 +81,6 @@ body:
GPU Driver: 3.3.0 NVIDIA 450.119.03
- type: textarea
attributes:
+ id: additional-context
label: Additional Context
description: Any additional information or log output.