File tree Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Expand file tree Collapse file tree 2 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " \U0001F41E Report a problem"
2+ description : " Report a problem on one or more pages on the site"
3+ title : " Bug: (fill in)"
4+ labels :
5+ - bug
6+ - " repro:needed"
7+ body :
8+ - type : markdown
9+ attributes :
10+ value : By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11+ - type : textarea
12+ attributes :
13+ label : URL(s)
14+ description : |
15+ Please tell us which URL(s) have a problem:
16+ validations :
17+ required : true
18+ - type : textarea
19+ attributes :
20+ label : What did you do?
21+ description : |
22+ You can use Markdown in this field.
23+ validations :
24+ required : true
25+ - type : textarea
26+ attributes :
27+ label : What did you expect to happen?
28+ description : |
29+ You can use Markdown in this field.
30+ validations :
31+ required : true
32+ - type : textarea
33+ attributes :
34+ label : What actually happened?
35+ description : |
36+ You can use Markdown in this field.
37+ validations :
38+ required : true
39+ - type : checkboxes
40+ attributes :
41+ label : Participation
42+ options :
43+ - label : I am willing to submit a pull request for this issue.
44+ required : false
45+ - type : textarea
46+ attributes :
47+ label : Additional comments
48+ description : Is there anything else that's important for the team to know?
Original file line number Diff line number Diff line change 1+ name : " \U0001F4DD Suggest a change"
2+ description : " Share your idea for how to make the website better"
3+ title : " Suggestion: (fill in)"
4+ labels :
5+ - enhancement
6+ body :
7+ - type : markdown
8+ attributes :
9+ value : By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
10+ - type : textarea
11+ attributes :
12+ label : What problem do you want to solve?
13+ description : |
14+ Please explain your use case in as much detail as possible.
15+ placeholder : |
16+ The website currently...
17+ validations :
18+ required : true
19+ - type : textarea
20+ attributes :
21+ label : What do you think is the correct solution?
22+ description : |
23+ Please explain how you'd like to change the website to address the problem.
24+ placeholder : |
25+ I'd like to...
26+ validations :
27+ required : true
28+ - type : checkboxes
29+ attributes :
30+ label : Participation
31+ options :
32+ - label : I am willing to submit a pull request for this change.
33+ required : false
34+ - type : textarea
35+ attributes :
36+ label : Additional comments
37+ description : Is there anything else that's important for the team to know?
You can’t perform that action at this time.
0 commit comments