Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

27 lines (25 loc) · 1.11 KB

Contributing to parsec-client-test

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.
  • 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>