diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..5c051e4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +## Issue Type + + + +## Issue Description + + + +## 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 +```