Before submitting patches, please make sure that you are starting
your work on the current HEAD of the git repository.
Please checkout the CODING_STYLE.org file for guidelines on how to
properly format your code.
Describe your changes. Each patch will be reviewed, and the reviewers
need to understand why you did what you did.
Sign-Off each commit, so the changes can be properly attributed to
you and you explicitly give your agreement for distribution under
linuxptp’s license. Signing-off is as simple as:
git commit -s
or by adding the following line (replace your real name and email)
to your patch:
Signed-off-by: Random J Developer <random@developer.example.org>
Finally, send your patches via email to the linuxptp-devel mailing
list, where they will be reviewed, and eventually be included in the
official code base.
git send-email --to linuxptp-devel@lists.nwtime.org origin/master