summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-01 20:51:34 +0100
committerw0rp <devw0rp@gmail.com>2018-07-01 20:51:34 +0100
commitb637b35ea89a5a756477b9e2545a2f36299ac5fa (patch)
tree18eff56ce16d7b92127192cc3b97e0238be965cb
parentce7d648c7c14755bdd107494b4a70405748153b3 (diff)
downloadale-b637b35ea89a5a756477b9e2545a2f36299ac5fa.zip
Delete misplaced issue template files
-rw-r--r--ISSUE_TEMPLATE/bugs.md40
-rw-r--r--ISSUE_TEMPLATE/enhancements.md7
-rw-r--r--ISSUE_TEMPLATE/integration.md20
3 files changed, 0 insertions, 67 deletions
diff --git a/ISSUE_TEMPLATE/bugs.md b/ISSUE_TEMPLATE/bugs.md
deleted file mode 100644
index 43b67fba..00000000
--- a/ISSUE_TEMPLATE/bugs.md
+++ /dev/null
@@ -1,40 +0,0 @@
----
-name: Report a bug
-about: Report a bug with ALE
-
----
-
-<!--
- This is the template for reporting ALE bugs. Make sure you try updating ALE
- to a more recent version before reporting a bug. Look through existing bug
- reports for similar issues before reporting a new one. Don't leave comments
- about new bugs in the comment section for old issues.
-
- Make sure to try disabling other plugins and trying to repeat your bug before
- reporting it in ALE. Some times problems can arise when two plugins are used
- together, but often your issues might be problems with other plugins.
--->
-
-## Information
-
-**VIM version**
-
-<!-- Paste just the first two lines of :version here. -->
-
-Operating System: <!-- Describe your operating system version. -->
-
-### :ALEInfo
-
-<!-- Paste the output of :ALEInfo here. Try :ALEInfoToClipboard -->
-<!-- Make sure to run :ALEInfo from the buffer where the bug occurred. -->
-
-## What went wrong
-
-<!-- Describe what went wrong here. -->
-
-## Reproducing the bug
-
-<!-- Write a list of steps below. -->
-
-1. I did this.
-2. Then this happened.
diff --git a/ISSUE_TEMPLATE/enhancements.md b/ISSUE_TEMPLATE/enhancements.md
deleted file mode 100644
index 855a6493..00000000
--- a/ISSUE_TEMPLATE/enhancements.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-name: Suggest an improvement
-about: Suggest some way to improve ALE, or add a new feature.
-
----
-
-<!-- There's no fixed format for feature requests. Just add your thoughts. -->
diff --git a/ISSUE_TEMPLATE/integration.md b/ISSUE_TEMPLATE/integration.md
deleted file mode 100644
index 92e1d6f3..00000000
--- a/ISSUE_TEMPLATE/integration.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: Suggest a new linter or fixer
-about: Suggest a new tool ALE can officially integrate with
-
----
-
-<!--
- Write "Add support for foobar" as the issue title, or similar.
-
- Fill out the details below.
--->
-
-**Name:** foobar
-**URL:** https://foo.bar.com
-
-<!--
- Write a description of the tool, and add any other information you think might
- be helpful. Consider creating a pull request to add support for the tool
- yourself.
--->