10000 chore: Update plugin issue template (#472) · vieron/typescript-eslint@52944bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 52944bd

Browse files
authored
chore: Update plugin issue template (typescript-eslint#472)
* chore: Update plugin issue template Updated some of the information to attempt to get people to submit more info with bugs * format * format
1 parent 9b7e692 commit 52944bd

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
---
22
name: '@typescript-eslint/eslint-plugin'
33
about: Report an issue with the '@typescript-eslint/eslint-plugin' package
4-
title: ''
4+
title: '[rulename] <issue title>'
55
labels: 'package: eslint-plugin, triage'
66
assignees: ''
77
---
88

99
<!--
1010
If you have a problem with a specific rule, please begin your issue title with [rulename] to make it easier to search for.
1111
I.e. "[no-unused-vars] False positive when fooing the bar"
12+
13+
Please don't ignore this template.
14+
15+
If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
16+
The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
1217
-->
1318

1419
**Repro**
1520

1621
<!--
17-
Include a minimal reproduction case.
18-
Please try to avoid code that isn't directly related to the bug, as it makes it harder to investigate.
22+
Include a ***minimal*** reproduction case.
23+
The more irrelevant code/config you give, the harder it is for us to investigate.
1924
-->
2025

2126
```JSON
2227
{
2328
"rules": {
24-
"typescript/<rule>": "<setting>"
29+
"typescript/<rule>": ["<setting>"]
2530
}
2631
}
2732
```
@@ -36,6 +41,13 @@ Please try to avoid code that isn't directly related to the bug, as it makes it
3641

3742
**Additional Info**
3843

44+
<!--
45+
Did eslint throw an exception?
46+
47+
Please run your lint again with the --debug flag, and dump the output below.
48+
i.e. eslint --ext ".ts,.js" src --debug
49+
-->
50+
3951
**Versions**
4052

4153
| package | version |

0 commit comments

Comments
 (0)
0