Pull request guideline - libos-nuse/net-next-nuse GitHub Wiki
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