Skip to content
kazum edited this page May 3, 2012 · 6 revisions

All contributions to Sheepdog are sent as patches to the sheepdog mailing list sheepdog@lists.wpkg.org.

  • Follow the Linux kernel coding style http://www.kernel.org/doc/Documentation/CodingStyle
  • Add Signed-off-by line by the committer
  • Send patches inline so they are easy to reply to with review comments. Do not put patches in attachments.
  • Patches should be against current git master
  • Split up longer patches into a patch series of logical code changes
  • Don't include irrelevant changes
  • When resending patches add a v2/v3 suffix (eg [PATCH v2])

Clone this wiki locally