Skip to content

Commit c191101

Browse files
authored
chore: add non-rule-change issue template (#159)
There is already an issue template for rule-related changes, but some changes do not apply to it. Therefore, this pull request adds a new one.
1 parent ad8f4f4 commit c191101

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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?

0 commit comments

Comments
 (0)