From 7f492dfeae5a5c76c362a0a90abbb604e4d39785 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Fri, 21 Oct 2016 20:42:47 -0400 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md 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 +```