summaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-12-07 13:23:17 +0000
committerw0rp <devw0rp@gmail.com>2017-12-07 13:23:17 +0000
commit440ef30b79aee2529e70c3633af6289b0abc8046 (patch)
tree4a95fa891208c570cb21cd05806044c99f35fffa /ISSUE_TEMPLATE.md
parente2a8f759d870ed7a1f0ee4698a73b65e9f36e54d (diff)
downloadale-440ef30b79aee2529e70c3633af6289b0abc8046.zip
Update the issue template
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md28
1 files changed, 22 insertions, 6 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 45d5350a..093e086d 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,8 +1,24 @@
<!--
-For bugs, paste output from your clipboard after running :ALEInfoToClipboard
-here. If that doesn't work for some reason, try running :ALEInfo and copying
-the output from that here instead. If everything is broken, run around in
-circles and scream.
-
-Whatever the case, describe the your issue here.
+ This is a template for bug reports. If you want to request a new feature,
+ you can clear this entire form field and write a short description of what
+ you want.
-->
+
+## Information
+
+VIM version: PASTE JUST THE FIRST LINE OF `:version` HERE.
+
+### :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.