Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

28 lines (26 loc) · 1.22 KB

Contributing to parsec

Contributions to PARSEC need to follow the process below.

  • Contributions are done through GitHub pull-requests.
  • Contributors need to apply rustfmt and clippy to their Rust code.
  • New code needs to be tested with unit tests and/or integration tests when applicable and the global test script needs to pass.
  • The code is accepted under the Developer Certificate of Origin, so you must add following fields to your commit description:
Author: Full Name <email address>
Signed-off-by: Full Name <email address>