diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-19 13:14:53 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-19 13:14:53 +0100 |
commit | 9c6e25d8d8a8d519e828c31acfc7b1309fd0aaa1 (patch) | |
tree | f60570cc00f468d9a5ce0c40abb8e7b49c0654f3 | |
parent | be4347084efeb35a767eb3b33550700a1df8b041 (diff) | |
download | ale-9c6e25d8d8a8d519e828c31acfc7b1309fd0aaa1.zip |
Stress the need for tests even further
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d51bdecd..94116532 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,9 @@ 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. + probably doesn't work, and will almost certainly stop working later on. Pull + requests without tests probably won't be accepted, although there are some + exceptions. * 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. |