summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-04-23 18:17:13 +0100
committerw0rp <devw0rp@gmail.com>2017-04-23 18:17:13 +0100
commit49c9b689ce0a28aaf40fa912187fd9315d9874df (patch)
tree77238df2dc38a9c8e7e9f35f48de13c85f1d2092
parent9238976522df5cd010395c47f9d2f75242e665ea (diff)
downloadale-49c9b689ce0a28aaf40fa912187fd9315d9874df.zip
Comment-out the explanations in the Issue and PR templates
-rw-r--r--ISSUE_TEMPLATE.md2
-rw-r--r--PULL_REQUEST_TEMPLATE.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
index 730e6fa4..89c66132 100644
--- a/ISSUE_TEMPLATE.md
+++ b/ISSUE_TEMPLATE.md
@@ -1,3 +1,4 @@
+<!--
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
@@ -8,3 +9,4 @@ 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.
+-->
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 89ff87a2..503605db 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,3 +1,4 @@
+<!--
When creating new pull requests, please consider the following.
* Read the Contributing guide linked above first.
@@ -13,3 +14,4 @@ When creating new pull requests, please consider the following.
breaking up your code so that some parts can be tested, and generally open up
a discussion about it.
* Have fun!
+-->