]> git.proxmox.com Git - pve-eslint.git/blame - eslint/.github/ISSUE_TEMPLATE.md
import 7.12.1 upstream release
[pve-eslint.git] / eslint / .github / ISSUE_TEMPLATE.md
CommitLineData
eb39fafa 1<!--
ebb53d86
TL
2 ESLint adheres to the Open JS Foundation Code of Conduct:
3 https://eslint.org/conduct
eb39fafa
DC
4
5 This template is for bug reports. If you are here for another reason, please see below:
6
7 1. To propose a new rule: https://eslint.org/docs/developer-guide/contributing/new-rules
8 2. To request a rule change: https://eslint.org/docs/developer-guide/contributing/rule-changes
9 3. To request a change that is not a bug fix, rule change, or new rule: https://eslint.org/docs/developer-guide/contributing/changes
ebb53d86 10 4. If you have any questions, please stop by our chatroom: https://eslint.org/chat
eb39fafa
DC
11
12 Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
13-->
14
15**Tell us about your environment**
16
17<!--
18 If you are using ESLint v6.5.0 or later, you can run ESLint with the `--env-info` flag and paste the output here.
19-->
20
21* **ESLint Version:**
22* **Node Version:**
23* **npm Version:**
24
6f036462 25**What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you using?**
eb39fafa
DC
26
27**Please show your full configuration:**
28
29<details>
30<summary>Configuration</summary>
31
32<!-- Paste your configuration below: -->
33```js
34
35```
36
37</details>
38
39**What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.**
40
41<!-- Paste the source code below: -->
42```js
43
44```
45
46<!-- Paste the command you used to run ESLint: -->
47```bash
48
49```
50
51**What did you expect to happen?**
52
53**What actually happened? Please include the actual, raw output from ESLint.**