Contributions to PARSEC need to follow the process below.
- Contributions are done through GitHub pull-requests.
- Contributors need to apply
rustfmt
andclippy
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>