summaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-06-25 11:55:21 +0100
committerw0rp <devw0rp@gmail.com>2017-06-25 11:55:21 +0100
commit8da56413555377a3012250f4d984a143e97945ee (patch)
tree9deed0391725e44d2225e1d65e30829862c2ff04 /ISSUE_TEMPLATE.md
parentd1e23f7295cabf3c62bb218687613f82125bc118 (diff)
downloadale-8da56413555377a3012250f4d984a143e97945ee.zip
Ask for let g:ale_history_log_output = 1 first in the issue template
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r--ISSUE_TEMPLATE.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index d8bb35db..92cd3337 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,12 +1,12 @@
<!--
+READ THIS FIRST: If you are experiencing any bug whatsoever dealing with
+the output of linters, please use `let g:ale_history_log_output = 1` before
+pasting output. It will capture the output of commands that are run.
+
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.
-READ THIS -> If you are experiencing a bug where ALE is not correctly parsing
-the output of commands, set g:ale_history_log_output to 1, and run ALE again,
-and then :ALEInfo should include the full output of each command which ran.
-
Whatever the case, describe the your issue here.
-->