We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e5538 commit 42ce856Copy full SHA for 42ce856
.github/issue_template.md
@@ -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