File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : " \U0001F680 Request a change (not rule-related)"
2
+ description : " Request a change that is not a bug fix, rule change, or new rule"
3
+ title : " Change Request: (fill in)"
4
+ labels :
5
+ - enhancement
6
+ - core
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 : input
12
+ attributes :
13
+ label : eslint-plugin-n version
14
+ description : |
15
+ What version of eslint-plugin-n are you currently using?
16
+ placeholder : |
17
+ e.g. v16.0.0
18
+ validations :
19
+ required : true
20
+ - type : textarea
21
+ attributes :
22
+ label : What problem do you want to solve?
23
+ description : |
24
+ Please explain your use case in as much detail as possible.
25
+ placeholder : |
26
+ ESLint currently...
27
+ validations :
28
+ required : true
29
+ - type : textarea
30
+ attributes :
31
+ label : What do you think is the correct solution?
32
+ description : |
33
+ Please explain how you'd like to change to address the problem.
34
+ placeholder : |
35
+ I'd like to...
36
+ validations :
37
+ required : true
38
+ - type : checkboxes
39
+ attributes :
40
+ label : Participation
41
+ options :
42
+ - label : I am willing to submit a pull request for this change.
43
+ required : false
44
+ - type : textarea
45
+ attributes :
46
+ label : Additional comments
47
+ 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