summaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE/bugs.md
diff options
context:
space:
mode:
Diffstat (limited to 'ISSUE_TEMPLATE/bugs.md')
-rw-r--r--ISSUE_TEMPLATE/bugs.md40
1 files changed, 0 insertions, 40 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.