File tree Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Expand file tree Collapse file tree 2 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,17 @@ name: Bug Report
2
2
description : File a bug report
3
3
labels : [bug]
4
4
body :
5
+ - type : dropdown
6
+ id : read_troubleshooting
7
+ attributes :
8
+ label : Have you read the Troubleshooting section?
9
+ description : Please confirm you have read our Troubleshooting section before reporting a new bug
10
+ options :
11
+ - ' Yes'
12
+ - ' No'
13
+ validations :
14
+ required : true
15
+
5
16
- type : input
6
17
id : plugin_version
7
18
attributes :
32
43
- type : input
33
44
id : npm_yarn_version
34
45
attributes :
35
- label : npm/yarn version
36
- description : Tell us whether you use npm or yarn as your package manager , and what version.
46
+ label : package manager and version
47
+ description : Tell us package manager you are using , and what version.
37
48
placeholder : npm 6.14.13
38
49
validations :
39
50
required : true
60
71
id : steps_to_reproduce
61
72
attributes :
62
73
label : Steps to reproduce
63
- description : Give us a ordered list of the steps to reproduce the problem.
74
+ description : Give us an ordered list of the steps to reproduce the problem.
64
75
placeholder : |
65
76
1. Go to ...
66
77
2. Do ....
81
92
id : eslint_config
82
93
attributes :
83
94
label : ESLint configuration
84
- description : Copy/paste your ESLint configuration into this field.
95
+ description : Copy/paste your ESLint configuration relevant for this plugin into this field.
85
96
placeholder : ' Tip: you can find your ESLint configuration in the `.eslintrc` file.'
86
97
validations :
87
98
required : true
90
101
id : rule_affected
91
102
attributes :
92
103
label : Rule(s) affected
93
- description : Tell us what `eslint-pluging -testing-library` rule(s) are affected by this bug.
104
+ description : Tell us what `eslint-plugin -testing-library` rule(s) are affected by this bug.
94
105
placeholder : ' Tip: check your `.eslintrc` for rules.'
95
106
validations :
96
107
required : true
Original file line number Diff line number Diff line change 1
1
## Checks
2
2
3
3
- [ ] I have read the [ contributing guidelines] ( https://github.com/testing-library/eslint-plugin-testing-library/blob/main/CONTRIBUTING.md ) .
4
- - [ ] If some rule is added/updated/removed, I've regenerated the rules list.
5
- - [ ] If some rule meta info is changed, I've regenerated the plugin shared configs.
4
+ - [ ] If some rule is added/updated/removed, I've regenerated the rules list ( ` npm run generate:rules-list ` )
5
+ - [ ] If some rule meta info is changed, I've regenerated the plugin shared configs ( ` npm run generate:configs ` )
6
6
7
7
## Changes
8
8
You can’t perform that action at this time.
0 commit comments