Skip to content

Commit 42ce856

Browse files
soryy708ljharb
authored andcommitted
[meta] issue template with guidance for bug reports
1 parent e1e5538 commit 42ce856

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/issue_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- Reporting a bug? -->
2+
<!--
3+
Please provide the output of running ESLint with this environment variable: `DEBUG=eslint-plugin-import:*`
4+
Windows: `set DEBUG=eslint-plugin-import:* & eslint .`
5+
Linux/Mac: `export DEBUG=eslint-plugin-import:* & eslint .`
6+
7+
It will also be helpful if you can provide a minimal reproducible example
8+
Preferably a GitHub repository containing all the code & ESLint config required
9+
https://stackoverflow.com/help/minimal-reproducible-example
10+
-->

0 commit comments

Comments
 (0)