From d0ca1715f4096c04c21b606caa5c50012970b715 Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Thu, 10 Mar 2016 14:44:42 -0600 Subject: [PATCH] Docs: Separate parser and config questions in issue template --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b3846572eff7..96a9e7fb687d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -10,7 +10,9 @@ Note that leaving sections blank will make it difficult for us to troubleshoot a **What version of ESLint are you using?** -**What configuration and parser (Espree, Babel-ESLint, etc.) are you using?** +**What parser (default, Babel-ESLint, etc.) are you using?** + +**Please show your full configuration:** **What did you do? Please include the actual source code causing the issue.**