Update PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Arun Prakash Jana 2017-08-11 20:01:51 +05:30
parent 3154a6817c
commit a26575f71e
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -31,6 +31,7 @@ This is more important than your design or code! Users check this first.
- No trailing whitespaces.
- Avoid append(), extend() and use concatenation if possible.
- Use string concatenation than substitution if possible, except (logger) prints.
- Run `python3 -m flake8 buku.py`.
- Add new API documentation, reasonable code comments.
- If possible, add test cases for your new API under `tests/`. We are Travis integrated.
- If possible, squash everything to a single commit.