Skip to content

Commit eb72a00

Browse files
committed
Set IDs to GitHub issue form elements
1 parent 456f253 commit eb72a00

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ body:
88
Thanks for filing a 🐛 bug report 😄!
99
1010
- type: textarea
11+
id: problem
1112
attributes:
1213
label: Problem
1314
description: |
1415
A clear and concise description of what the bug is,
1516
including what currently happens and what you expected to happen.
1617
1718
- type: textarea
19+
id: steps
1820
attributes:
1921
label: Steps
2022
description: The steps to reproduce the bug.
@@ -24,20 +26,24 @@ body:
2426
3.
2527
2628
- type: textarea
29+
id: solutions
2730
attributes:
2831
label: Possible Solution(s)
2932
description: |
3033
Not obligatory, but suggest a fix/reason for the bug,
3134
or ideas how to implement the addition or change.
3235
3336
- type: textarea
37+
id: notes
3438
attributes:
3539
label: Notes
3640

3741
- type: textarea
42+
id: version
3843
attributes:
3944
label: Output of `rustup --version`
4045

4146
- type: textarea
47+
id: toolchains
4248
attributes:
4349
label: Output of `rustup show`

.github/ISSUE_TEMPLATE/enhancement_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@ body:
88
Thanks for filing an 🙋 enhancement request 😄!
99
1010
- type: textarea
11+
id: problem
1112
attributes:
1213
label: Problem you are trying to solve
1314
description: |
1415
A clear and concise description of the problem this enhancement request is trying to solve.
1516
1617
- type: textarea
18+
id: solution
1719
attributes:
1820
label: Solution you'd like
1921
description: |
2022
A clear and concise description of what you want to happen.
2123
2224
- type: textarea
25+
id: notes
2326
attributes:
2427
label: Notes
2528
description: |

.github/ISSUE_TEMPLATE/wsl_panic.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ body:
3737
Thanks for filing a 🐛 bug report 😄!
3838
3939
- type: textarea
40+
id: problem
4041
attributes:
4142
label: Problem
4243
description: |
4344
A clear and concise description of what the bug is,
4445
including what currently happens and what you expected to happen.
4546
4647
- type: textarea
48+
id: steps
4749
attributes:
4850
label: Steps
4951
description: The steps to reproduce the bug.
@@ -53,20 +55,24 @@ body:
5355
3.
5456
5557
- type: textarea
58+
id: solutions
5659
attributes:
5760
label: Possible Solution(s)
5861
description: |
5962
Not obligatory, but suggest a fix/reason for the bug,
6063
or ideas how to implement the addition or change.
6164
6265
- type: textarea
66+
id: notes
6367
attributes:
6468
label: Notes
6569

6670
- type: textarea
71+
id: version
6772
attributes:
6873
label: Output of `rustup --version`
6974

7075
- type: textarea
76+
id: toolchains
7177
attributes:
7278
label: Output of `rustup show`

0 commit comments

Comments
 (0)