Stress the need for tests even further

This commit is contained in:
w0rp 2017-08-19 13:14:53 +01:00
parent be4347084e
commit 9c6e25d8d8
1 changed files with 3 additions and 1 deletions

View File

@ -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.