make distcheck should be a part of the local development process

This commit is contained in:
Chelsea H. Komlo 2016-12-21 11:42:05 -05:00
parent 064b1b6d1c
commit d95678ca8f
No known key found for this signature in database
GPG Key ID: 1138332F98B52EE7
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ tl;dr:
- Document your functions
- Write unit tests
- Run `make test-full` to test against all unit and integration tests.
- Run `make distcheck` to ensure the distribution works
- Add a file in `changes` for your branch.
Patch checklist
@ -29,6 +30,7 @@ Did you remember...
- 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 test that the distribution will actually work via `make distcheck`?
- To base your code on the appropriate branch?
- To include a file in the `changes` directory as appropriate?