File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : " \U0001F41E Report a problem"
2
2
description : " Report a problem on one or more pages on the site"
3
3
title : " Bug: (fill in)"
4
+ type : Bug
4
5
labels :
5
6
- bug
6
7
- " repro:needed"
7
8
body :
8
9
- type : markdown
9
10
attributes :
10
11
value : By opening an issue, you agree to abide by the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct).
12
+ - type : input
13
+ attributes :
14
+ label : What browser did you use to see problem?
15
+ validations :
16
+ required : true
11
17
- type : textarea
12
18
attributes :
13
19
label : What did you do?
14
- description : |
15
- You can use Markdown in this field.
20
+ description : Please provide exact reproduction steps. Bug reports without reproduction steps are automatically closed.
16
21
validations :
17
22
required : true
18
23
- type : textarea
19
24
attributes :
20
25
label : What did you expect to happen?
21
- description : |
22
- You can use Markdown in this field.
23
26
validations :
24
27
required : true
25
28
- type : textarea
26
29
attributes :
27
30
label : What actually happened?
28
- description : |
29
- You can use Markdown in this field.
30
31
validations :
31
32
required : true
32
33
- type : checkboxes
You can’t perform that action at this time.
0 commit comments