File tree 4 files changed +4
-18
lines changed
4 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : File a bug report
3
3
labels : ['bug', 'triage']
4
+ type : bug
4
5
body :
5
6
- type : dropdown
6
7
id : read_troubleshooting
40
41
validations :
41
42
required : true
42
43
43
- - type : input
44
- id : npm_yarn_version
45
- attributes :
46
- label : package manager and version
47
- description : Tell us package manager you are using, and what version.
48
- placeholder : npm 6.14.13
49
- validations :
50
- required : true
51
-
52
- - type : input
53
- id : operating_system
54
- attributes :
55
- label : Operating system
56
- description : Tell us what operating system you use, and what version.
57
- placeholder : macOS Big Sur, version 11.4
58
- validations :
59
- required : true
60
-
61
44
- type : textarea
62
45
id : bug_description
63
46
attributes :
Original file line number Diff line number Diff line change 1
1
name : Propose a new rule
2
2
description : Propose a new rule for the eslint-plugin-testing-library.
3
3
labels : ['new rule', 'triage']
4
+ type : feature
4
5
body :
5
6
- type : input
6
7
id : name_for_new_rule
Original file line number Diff line number Diff line change 1
1
name : Request a general change
2
2
description : Request a general change for the eslint-plugin-testing-library.
3
3
labels : ['enhancement', 'triage']
4
+ type : task
4
5
body :
5
6
- type : input
6
7
id : plugin_version
Original file line number Diff line number Diff line change 1
1
name : Request a rule change
2
2
description : Request a rule change for the eslint-plugin-testing-library.
3
3
labels : ['enhancement', 'triage']
4
+ type : feature
4
5
body :
5
6
- type : input
6
7
id : what_rule_do_you_want_to_change
You can’t perform that action at this time.
0 commit comments