Permalink
Browse files

Add issue template

  • Loading branch information...
1 parent 00d893c commit 7f492dfeae5a5c76c362a0a90abbb604e4d39785 @IanVS IanVS committed Oct 22, 2016
Showing with 16 additions and 0 deletions.
  1. +16 −0 .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,16 @@
+## Issue Type
+<!-- Can be "Bug", "Feature Request", "Question", etc.-->
+
+
+## Issue Description
+<!-- Describe what happened, what you think should have happened, and any other relevant details -->
+
+
+## Bug Checklist
+- Restart Atom
+- Verify the `eslint` CLI gives the proper result, while `linter-eslint` does not
+- Paste the output of the `Linter Eslint: Debug` command from the Command Palette below
+
+```
+Linter Eslint: Debug output here
+```

0 comments on commit 7f492df

Please sign in to comment.