.github: Add IDs to issue template fields

This commit is contained in:
Erik Abair
2025-09-23 13:19:41 -07:00
committed by mborgerson
parent 2d26f185a0
commit 01327a9689
3 changed files with 14 additions and 0 deletions
@@ -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.
+5
View File
@@ -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 <kbd>Help</kbd>&rarr;<kbd>About</kbd>. 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.
+6
View File
@@ -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 <kbd>Help</kbd>&rarr;<kbd>About</kbd>. 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.