Skip to content

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.

  1. a test program to test this modification would be the best
  2. Document this update in wiki if needed
  3. check your patch by scripts/checkpatch.pl
  • git diff master | ./scripts/checkpatch.pl -
  1. name Pull request's title appropriately
  2. rebase your patch with a single commit
Clone this wiki locally