You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ labels:
7
7
body:
8
8
- type: markdown
9
9
attributes:
10
-
value: ESLint adheres to the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). By opening an issue, you agree to abide by the code of conduct.
10
+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11
11
- type: textarea
12
12
attributes:
13
13
label: Environment
@@ -43,11 +43,14 @@ body:
43
43
value: |
44
44
<details>
45
45
<summary>Configuration</summary>
46
-
<!-- Paste your configuration below: -->
47
-
```js
48
-
46
+
```
47
+
<!-- Paste your configuration here -->
49
48
```
50
49
</details>
50
+
51
+
```js
52
+
<!-- Paste your code here -->
53
+
```
51
54
render: markdown
52
55
validations:
53
56
required: true
@@ -56,15 +59,13 @@ body:
56
59
label: What did you expect to happen?
57
60
description: |
58
61
You can use Markdown in this field.
59
-
render: markdown
60
62
validations:
61
63
required: true
62
64
- type: textarea
63
65
attributes:
64
66
label: What actually happened?
65
67
description: |
66
68
Please copy-paste the actual ESLint output. You can use Markdown in this field.
67
-
render: markdown
68
69
validations:
69
70
required: true
70
71
- type: checkboxes
@@ -73,3 +74,7 @@ body:
73
74
options:
74
75
- label: I am willing to submit a pull request for this issue.
75
76
required: false
77
+
- type: textarea
78
+
attributes:
79
+
label: Additional comments
80
+
description: Is there anything else that's important for the team to know?
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/change.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ labels:
8
8
body:
9
9
- type: markdown
10
10
attributes:
11
-
value: ESLint adheres to the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). By opening an issue, you agree to abide by the code of conduct.
11
+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
12
12
- type: input
13
13
attributes:
14
14
label: ESLint version
@@ -42,3 +42,7 @@ body:
42
42
options:
43
43
- label: I am willing to submit a pull request for this change.
44
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?
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new-rule.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ labels:
7
7
body:
8
8
- type: markdown
9
9
attributes:
10
-
value: ESLint adheres to the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). By opening an issue, you agree to abide by the code of conduct.
10
+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11
11
- type: input
12
12
attributes:
13
13
label: Rule details
@@ -48,3 +48,7 @@ body:
48
48
options:
49
49
- label: I am willing to submit a pull request to implement this rule.
50
50
required: false
51
+
- type: textarea
52
+
attributes:
53
+
label: Additional comments
54
+
description: Is there anything else that's important for the team to know?
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/rule-change.yml
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@ labels:
7
7
body:
8
8
- type: markdown
9
9
attributes:
10
-
value: ESLint adheres to the [Open JS Foundation Code of Conduct](https://eslint.org/conduct). By opening an issue, you agree to abide by the code of conduct.
10
+
value: By opening an issue, you agree to abide by the [Open JS Foundation Code of Conduct](https://eslint.org/conduct).
11
11
- type: input
12
12
attributes:
13
13
label: What rule do you want to change?
14
14
validations:
15
15
required: true
16
16
- type: dropdown
17
17
attributes:
18
-
label: Does this change cause the rule to produce more or fewer warnings?
18
+
label: What change to do you want to make?
19
19
options:
20
-
- More warnings
21
-
- Fewer warnings
22
-
- No change to warnings
20
+
- Generate more warnings
21
+
- Generate fewer warnings
22
+
- Implement autofix
23
+
- Implement suggestions
23
24
validations:
24
25
required: true
25
26
- type: dropdown
@@ -54,3 +55,7 @@ body:
54
55
options:
55
56
- label: I am willing to submit a pull request to implement this change.
56
57
required: false
58
+
- type: textarea
59
+
attributes:
60
+
label: Additional comments
61
+
description: Is there anything else that's important for the team to know?
0 commit comments