From 8ac43b19364c1a86d7ac01b0eda28db296471cfa Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 1 Jul 2018 20:50:29 +0100 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/custom.md | 7 ++++ .github/ISSUE_TEMPLATE/report-a-bug.md | 40 ++++++++++++++++++++++ .../suggest-a-new-linter-or-fixer.md | 20 +++++++++++ .github/ISSUE_TEMPLATE/suggest-an-improvement.md | 7 ++++ 4 files changed, 74 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/report-a-bug.md create mode 100644 .github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md create mode 100644 .github/ISSUE_TEMPLATE/suggest-an-improvement.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..99bb9a00 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,7 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. + +--- + + diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 00000000..cf335c11 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.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/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md b/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.md new file mode 100644 index 00000000..75c7637f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-a-new-linter-or-fixer.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 + + diff --git a/.github/ISSUE_TEMPLATE/suggest-an-improvement.md b/.github/ISSUE_TEMPLATE/suggest-an-improvement.md new file mode 100644 index 00000000..855a6493 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/suggest-an-improvement.md @@ -0,0 +1,7 @@ +--- +name: Suggest an improvement +about: Suggest some way to improve ALE, or add a new feature. + +--- + + -- cgit v1.2.3