Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

File metadata and controls

26 lines (20 loc) · 1.04 KB

Contributing to AgentOS

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository and create a topic branch.
  2. Make changes in line with the coding style and determinism rules described in the design docs (workflows, AIR, etc.).
  3. Include tests or replay vectors for any change to kernel logic.
  4. Submit a pull request with a clear description.

All contributions are made under the Apache 2.0 license.
By submitting a pull request you agree that your contribution may be distributed under that license.

Developer Certificate of Origin (DCO)

By contributing, you certify that:

(a) The contribution was created in whole or in part by you and you have the right to submit it under the open-source license indicated; or
(b) The contribution is based upon previous work that, to the best of your knowledge, is covered under an appropriate open-source license and you have the right to submit it under the same license.

Include a Signed-off-by: line in each commit message using
git commit -s.