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.md
+47-6Lines changed: 47 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,64 @@ labels: triage
6
6
assignees: ''
7
7
---
8
8
9
-
**What were you trying to do?**
9
+
<!--
10
+
Please don't ignore this template.
10
11
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
12
30
{
13
31
"rules": {
14
32
"@typescript-eslint/<rule>": ["<setting>"]
15
33
}
16
34
}
17
35
```
18
36
19
-
```ts
20
-
//Put your code here
37
+
```TS
38
+
// your repro code case
21
39
```
22
40
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?
24
63
25
-
**What actually happened?**
64
+
Please run your lint again with the --debug flag, and dump the output below.
0 commit comments