diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 9a3407f13..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,39 +0,0 @@ - - -**Tell us about your environment** - -* **ESLint Version:** -* **eslint-plugin-vue Version:** -* **Node Version:** - -**Please show your full configuration:** - - -``` - - - - -``` - -**What did you do? Please include the actual source code causing the issue.** - - -```vue - - - - - -``` - -**What did you expect to happen?** - -**What actually happened? Please include the actual, raw output from ESLint.** diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..1dd689274 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + + + +**Tell us about your environment** +* **ESLint version:** +* **eslint-plugin-vue version:** +* **Node version:** + +**Please show your full configuration:** + +```json + +``` + +**What did you do?** + +```vue + +``` + +**What did you expect to happen?** + + +**What actually happened?** + diff --git a/.github/ISSUE_TEMPLATE/rule-proposal.md b/.github/ISSUE_TEMPLATE/rule-proposal.md new file mode 100644 index 000000000..7130c789f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rule-proposal.md @@ -0,0 +1,29 @@ +--- +name: Rule Proposal +about: Suggest an idea for a new rule + +--- + + + +**Please describe what the rule should do:** + + +**What category should the rule belong to?** + +- [ ] Enforces code style +- [ ] Warns about a potential error +- [ ] Suggests an alternate way of doing something +- [ ] Other (please specify:) + +**Provide 2-3 code examples that this rule should warn about:** +```vue + +``` + +**Additional context** +