Stress the need for tests even further
This commit is contained in:
parent
be4347084e
commit
9c6e25d8d8
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue