summaryrefslogtreecommitdiff
path: root/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-22 19:31:48 +0100
committerw0rp <devw0rp@gmail.com>2017-07-22 19:31:48 +0100
commitc1998b170cbf503957711746bba6446e9fec855e (patch)
treea423c55be36ad771444b3c3420d2d85b5b899564 /PULL_REQUEST_TEMPLATE.md
parent78e37dabb7ae96691dc10d994125e143c6b50c57 (diff)
downloadale-c1998b170cbf503957711746bba6446e9fec855e.zip
Update the PR template to stress the need for tests even more.
Diffstat (limited to 'PULL_REQUEST_TEMPLATE.md')
-rw-r--r--PULL_REQUEST_TEMPLATE.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 503605db..d51bdecd 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -1,6 +1,8 @@
<!--
-When creating new pull requests, please consider the following.
+READ THIS: Before creating a pull request, please consider the following first.
+* The most important thing you can do is write tests. Code without tests
+ probably doesn't work, and will almost certainly stop working later on.
* Read the Contributing guide linked above first.
* If you are adding a new linter, remember to update the README.md file and
doc/ale.txt first.