Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.18 KB

CONTRIBUTING.md

File metadata and controls

40 lines (30 loc) · 1.18 KB

Project Committers

Our committers are the following GitHub accounts:

lloydtabb mtoy-googly-moogly carlineng christopherswenson nachoarreola skokenes whscullin

Developer Certificate of Origin

All new inbound code contributions must also be accompanied by a Developer Certificate of Origin (http://developercertificate.org) sign-off in the source code system that is submitted through a TSC-approved contribution process which will bind the authorized contributor and, if not self-employed, their employer to the applicable license.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

Git has a -s command line option to append this automatically to your commit message, for example:

$ git commit -s -m 'This is my commit message'

Code Reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.

Code of Conduct

This project follows The Linux Foundation's Code of Conduct.