Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
3154a6817c
commit
a26575f71e
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
1
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user