Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.26 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 1.26 KB

Contributions Welcome

Please see the seL4 contributing guidelines on the seL4 website for details.

Contact

If you have larger changes or additions, it is a good idea to get in contact with us as [email protected], so we can help you get started.

The people responsible for the technical direction, procedures, and quality control are the Technical Steering Committee (TSC) of the seL4 foundation. You can contact them either on the developer mailing list or on directly via email available from their profile pages.

Developer Certificate of Origin (DCO)

This repository uses the same sign-off process as the Linux kernel. For every commit, use

git commit -s

to add a sign-off line to your commit message, which will come out as:

Signed-off-by: name <email>

By adding this line, you make the declaration that you have the right to make this contribution under the open source license the files use that you changed or contributed.

The full text of the declaration is at https://developercertificate.org.