Skip to content

Commit d1f0831

Browse files
chore: added missing ids (#18817)
* chore: added missing ids * chore: added missing ids
1 parent ec92813 commit d1f0831

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ body:
99
attributes:
1010
value: By opening an issue, you agree to abide by the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct).
1111
- type: textarea
12+
id: environment
1213
attributes:
1314
label: Environment
1415
description: |
@@ -22,6 +23,7 @@ body:
2223
validations:
2324
required: true
2425
- type: dropdown
26+
id: parser
2527
attributes:
2628
label: What parser are you using?
2729
description: |
@@ -36,6 +38,7 @@ body:
3638
validations:
3739
required: true
3840
- type: textarea
41+
id: description
3942
attributes:
4043
label: What did you do?
4144
description: |
@@ -55,6 +58,7 @@ body:
5558
validations:
5659
required: true
5760
- type: textarea
61+
id: expectation
5862
attributes:
5963
label: What did you expect to happen?
6064
description: |
@@ -84,6 +88,7 @@ body:
8488
- label: I am willing to submit a pull request for this issue.
8589
required: false
8690
- type: textarea
91+
id: comments
8792
attributes:
8893
label: Additional comments
8994
description: Is there anything else that's important for the team to know?

0 commit comments

Comments
 (0)