From 1c5c4a4c8ed88555000ece0f0b3806cbf012c2d1 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 1 Jul 2018 20:41:52 +0100 Subject: [PATCH] Split the issue template into multiple files --- .gitattributes | 1 + ISSUE_TEMPLATE.md | 28 ------------------------ ISSUE_TEMPLATE/bugs.md | 40 ++++++++++++++++++++++++++++++++++ ISSUE_TEMPLATE/enhancements.md | 7 ++++++ ISSUE_TEMPLATE/integration.md | 20 +++++++++++++++++ 5 files changed, 68 insertions(+), 28 deletions(-) delete mode 100644 ISSUE_TEMPLATE.md create mode 100644 ISSUE_TEMPLATE/bugs.md create mode 100644 ISSUE_TEMPLATE/enhancements.md create mode 100644 ISSUE_TEMPLATE/integration.md diff --git a/.gitattributes b/.gitattributes index 05b1f3f0..b1235f82 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,6 +2,7 @@ /CODE_OF_CONDUCT.md export-ignore /CONTRIBUTING.md export-ignore /Dockerfile export-ignore +/ISSUE_TEMPLATE export-ignore /ISSUE_TEMPLATE.md export-ignore /Makefile export-ignore /PULL_REQUEST_TEMPLATE.md export-ignore diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 0276a659..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ - - -## Information - -**VIM version** - -PASTE JUST THE FIRST TWO LINES OF `:version` HERE. - -Operating System: WHAT OS WERE YOU USING? - -### :ALEInfo - -PASTE OUTPUT OF `:ALEInfo` HERE. YOU CAN TRY `:ALEInfoToClipboard`. - -## What went wrong - -WRITE WHAT WENT WRONG HERE. - -## Reproducing the bug - -Steps for repeating the bug: - -1. Write a list of steps. -2. Otherwise nobody will fix the bug. diff --git a/ISSUE_TEMPLATE/bugs.md b/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 00000000..43b67fba --- /dev/null +++ b/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,40 @@ +--- +name: Report a bug +about: Report a bug with ALE + +--- + + + +## Information + +**VIM version** + + + +Operating System: + +### :ALEInfo + + + + +## What went wrong + + + +## Reproducing the bug + + + +1. I did this. +2. Then this happened. diff --git a/ISSUE_TEMPLATE/enhancements.md b/ISSUE_TEMPLATE/enhancements.md new file mode 100644 index 00000000..855a6493 --- /dev/null +++ b/ISSUE_TEMPLATE/enhancements.md @@ -0,0 +1,7 @@ +--- +name: Suggest an improvement +about: Suggest some way to improve ALE, or add a new feature. + +--- + + diff --git a/ISSUE_TEMPLATE/integration.md b/ISSUE_TEMPLATE/integration.md new file mode 100644 index 00000000..92e1d6f3 --- /dev/null +++ b/ISSUE_TEMPLATE/integration.md @@ -0,0 +1,20 @@ +--- +name: Suggest a new linter or fixer +about: Suggest a new tool ALE can officially integrate with + +--- + + + +**Name:** foobar +**URL:** https://foo.bar.com + +