Adds standard to run code changes against test suite

This commit is contained in:
Chelsea H. Komlo 2016-10-28 20:20:40 -05:00
parent df87812b41
commit 064b1b6d1c
No known key found for this signature in database
GPG Key ID: 1138332F98B52EE7
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ tl;dr:
- Run `make check-spaces` to catch whitespace errors
- Document your functions
- Write unit tests
- Run `make test-full` to test against all unit and integration tests.
- Add a file in `changes` for your branch.
Patch checklist
@ -26,6 +27,8 @@ Did you remember...
- To run `make check-docs` to see whether all new options are on
the manpage?
- To write unit tests, as possible?
- To run `make test-full` to test against all unit and integration tests (or
`make test-full-online` if you have a working connection to the internet)?
- To base your code on the appropriate branch?
- To include a file in the `changes` directory as appropriate?