You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ body:
9
9
attributes:
10
10
value: By opening an issue, you agree to abide by the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct).
11
11
- type: textarea
12
+
id: environment
12
13
attributes:
13
14
label: Environment
14
15
description: |
@@ -22,6 +23,7 @@ body:
22
23
validations:
23
24
required: true
24
25
- type: dropdown
26
+
id: parser
25
27
attributes:
26
28
label: What parser are you using?
27
29
description: |
@@ -36,6 +38,7 @@ body:
36
38
validations:
37
39
required: true
38
40
- type: textarea
41
+
id: description
39
42
attributes:
40
43
label: What did you do?
41
44
description: |
@@ -55,6 +58,7 @@ body:
55
58
validations:
56
59
required: true
57
60
- type: textarea
61
+
id: expectation
58
62
attributes:
59
63
label: What did you expect to happen?
60
64
description: |
@@ -84,6 +88,7 @@ body:
84
88
- label: I am willing to submit a pull request for this issue.
85
89
required: false
86
90
- type: textarea
91
+
id: comments
87
92
attributes:
88
93
label: Additional comments
89
94
description: Is there anything else that's important for the team to know?
0 commit comments