]> git.proxmox.com Git - pve-eslint.git/blob - eslint/.github/ISSUE_TEMPLATE/CHANGE.md
first commit
[pve-eslint.git] / eslint / .github / ISSUE_TEMPLATE / CHANGE.md
1 ---
2 name: "\U0001F4DD Non-rule change request"
3 about: Request a change that is not a bug fix, rule change, or new rule
4 title: ''
5 labels: enhancement, triage, core
6 assignees: ''
7
8 ---
9
10 <!--
11 ESLint adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct).
12
13 This template is for requesting a change that is not a bug fix, rule change, or new rule. If you are here for another reason, please see below:
14
15 1. To report a bug: https://eslint.org/docs/developer-guide/contributing/reporting-bugs
16 2. To request a rule change: https://eslint.org/docs/developer-guide/contributing/rule-changes
17 3. To propose a new rule: https://eslint.org/docs/developer-guide/contributing/new-rules
18 4. If you have any questions, please stop by our chatroom: https://gitter.im/eslint/eslint
19
20 Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
21 -->
22
23 **The version of ESLint you are using.**
24
25
26 **The problem you want to solve.**
27
28
29 **Your take on the correct solution to problem.**
30
31
32 **Are you willing to submit a pull request to implement this change?**