Skip to content

Commit 59626b1

Browse files
abairemborgerson
authored andcommitted
.github: Fix nesting of template field IDs
1 parent 01327a9 commit 59626b1

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ body:
1414
1515
If you have questions about how to provide the information below, join the Discord server to get help from the community.
1616
- type: textarea
17+
id: feature-request
1718
attributes:
18-
id: feature-request
1919
label: Feature Request
2020
description: |
2121
A brief description of the requested feature. If appropriate, include screenshots or videos.
@@ -24,14 +24,14 @@ body:
2424
validations:
2525
required: true
2626
- type: textarea
27+
id: alternatives
2728
attributes:
28-
id: alternatives
2929
label: Alternatives
3030
description: Possible alternative options that you have considered.
3131
validations:
3232
required: false
3333
- type: textarea
34+
id: additional-context
3435
attributes:
35-
id: additional-context
3636
label: Additional Context
3737
description: Any other context or screenshots about the feature request.

.github/ISSUE_TEMPLATE/general-issue.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ body:
1818
1919
If you have questions about how to provide the information below, join the Discord server to get help from the community.
2020
- type: textarea
21+
id: bug-description
2122
attributes:
22-
id: bug-description
2323
label: Bug Description
2424
description: |
2525
A brief description of the problem, including steps to reproduce the issue and any relevant screenshots of the problem.
@@ -42,17 +42,17 @@ body:
4242
validations:
4343
required: true
4444
- type: textarea
45+
id: expected-behavior
4546
attributes:
46-
id: expected-behavior
4747
label: Expected Behavior
4848
description: A brief description of the expected behavior.
4949
placeholder: |
5050
Rumble should work after reconnecting.
5151
validations:
5252
required: true
5353
- type: textarea
54+
id: xemu-version
5455
attributes:
55-
id: xemu-version
5656
label: xemu Version
5757
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.
5858
placeholder: |
@@ -62,8 +62,8 @@ body:
6262
validations:
6363
required: true
6464
- type: textarea
65+
id: system-information
6566
attributes:
66-
id: system-information
6767
label: System Information
6868
description: Basic information about your system.
6969
placeholder: |
@@ -72,7 +72,7 @@ body:
7272
GPU: NVIDIA Quadro P2000
7373
GPU Driver: 3.3.0 NVIDIA 450.119.03
7474
- type: textarea
75+
id: additional-context
7576
attributes:
76-
id: additional-context
7777
label: Additional Context
7878
description: Any additional information or log output.

.github/ISSUE_TEMPLATE/title-issue.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ body:
1818
1919
If you have questions about how to provide the information below, join the Discord server to get help from the community.
2020
- type: textarea
21+
id: game-title
2122
attributes:
22-
id: game-title
2323
label: Title
2424
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).
2525
placeholder: |
@@ -29,8 +29,8 @@ body:
2929
validations:
3030
required: true
3131
- type: textarea
32+
id: bug-description
3233
attributes:
33-
id: bug-description
3434
label: Bug Description
3535
description: |
3636
A brief description of the problem, including steps to reproduce the issue and any relevant screenshots of the problem.
@@ -48,8 +48,8 @@ body:
4848
validations:
4949
required: true
5050
- type: textarea
51+
id: expected-behavior
5152
attributes:
52-
id: expected-behavior
5353
label: Expected Behavior
5454
description: A brief description of the expected behavior.
5555
placeholder: |
@@ -59,8 +59,8 @@ body:
5959
validations:
6060
required: true
6161
- type: textarea
62+
id: xemu-version
6263
attributes:
63-
id: xemu-version
6464
label: xemu Version
6565
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.
6666
placeholder: |
@@ -70,8 +70,8 @@ body:
7070
validations:
7171
required: true
7272
- type: textarea
73+
id: system-information
7374
attributes:
74-
id: system-information
7575
label: System Information
7676
description: Basic information about your system.
7777
placeholder: |
@@ -80,7 +80,7 @@ body:
8080
GPU: NVIDIA Quadro P2000
8181
GPU Driver: 3.3.0 NVIDIA 450.119.03
8282
- type: textarea
83+
id: additional-context
8384
attributes:
84-
id: additional-context
8585
label: Additional Context
8686
description: Any additional information or log output.

0 commit comments

Comments
 (0)