summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-02-16 23:24:23 +0000
committerw0rp <devw0rp@gmail.com>2017-02-16 23:24:23 +0000
commit5041246c0e2bddc603be3c6497dc273dd0454d36 (patch)
tree8f3a9e9cfb1e1feeb4df6eb44fee9c9ee6696398
parenteac0a41ae1aba77e1d017833425fa8132130df13 (diff)
downloadale-5041246c0e2bddc603be3c6497dc273dd0454d36.zip
Modify the issue template to note how to capture the output of commands
-rw-r--r--ISSUE_TEMPLATE.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 492016b3..730e6fa4 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -3,4 +3,8 @@ 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.
+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.