-
Notifications
You must be signed in to change notification settings - Fork 66
Pull request guideline
Hajime Tazaki edited this page Sep 6, 2015
·
1 revision
Here is the draft version of our pull request policy to be merged.
- a test program to test this modification would be the best
- Document this update in wiki if needed
- check your patch by scripts/checkpatch.pl
git diff master | ./scripts/checkpatch.pl -
- name Pull request's title appropriately
- rebase your patch with a single commit