1
0
Fork 0

doc: enhance GitHub template.

- add issue and PR guide.
- rewrite templates
This commit is contained in:
Fernandez Ludovic 2017-04-22 17:49:26 +02:00 committed by Fernandez Ludovic
parent 4f2a2d573d
commit ccff8a80f5
6 changed files with 101 additions and 21 deletions

View file

@ -0,0 +1,13 @@
# How to write a good pull request
- Make it small
- Do only one thing
- Avoid re-formatting
- Make sure the code builds
- Make sure all tests pass
- Add tests
- Write useful descriptions and titles
- Address review comments in terms of additional commits.
- Do not amend/squash existing ones unless the PR is trivial.
Read [10 tips for better pull requests](http://blog.ploeh.dk/2015/01/15/10-tips-for-better-pull-requests/).