8000 chore: update ISSUE_TEMPLATE.md · esetnik/typescript-eslint@797a133 · GitHub
[go: up one dir, main page]

Skip to content

Commit 797a133

Browse files
authored
chore: update ISSUE_TEMPLATE.md
1 parent 50f9c4a commit 797a133

File tree

1 file changed

+47
-6
lines changed

1 file changed

+47
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,64 @@ labels: triage
66
assignees: ''
77
---
88

9-
**What were you trying to do?**
9+
<!--
10+
Please don't ignore this template.
1011
11-
```json
12+
If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
13+
The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
14+
-->
15+
16+
- [ ] I have tried restarting my IDE and the issue persists.
17+
- [ ] I have updated to the latest version of the packages.
18+
- [ ] I have [read the FAQ](https://github.com/typescript-eslint/typescript-eslint/blob/master/docs/getting-started/linting/FAQ.md) and my problem is not listed.
19+
20+
**Repro**
21+
22+
<!--
23+
Include a ***minimal*** reproduction case.
24+
The more irrelevant code/config you give, the harder it is for us to investigate.
25+
26+
Please consider creating an isolated reproduction repo to make it easy for the volunteer maintainers debug your issue.
27+
-->
28+
29+
```JSON
1230
{
1331
"rules": {
1432
"@typescript-eslint/<rule>": ["<setting>"]
1533
}
1634
}
1735
```
1836

19-
```ts
20-
// Put your code here
37+
```TS
38+
// your repro code case
2139
```
2240

23-
**What did you expect to happen?**
41+
<!--
42+
Also include your tsconfig, if you're using type-aware linting
43+
-->
44+
45+
**Expected Result**
46+
47+
<!--
48+
What did you expect to happen?
49+
Please be specific here - list the exact lines and messages you expect.
50+
-->
51+
52+
**Actual Result**
53+
54+
<!--
55+
What actually happened?
56+
Please be specific here - list the exact lines and messages that caused errors
57+
-->
58+
59+
**Additional Info**
60+
61+
<!--
62+
Did eslint throw an exception?
2463
25-
**What actually happened?**
64+
Please run your lint again with the --debug flag, and dump the output below.
65+
i.e. eslint --ext ".ts,.js" src --debug
66+
-->
2667

2768
**Versions**
2869

0 commit comments

Comments
 (0)
0