Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

Contribution

We welcome contributions to this project. Please do not open issues or pull requests on the GitHub mirror. Please open issues and pull requests on Codeberg.

Coding Style

rustfmt and clippy is used to enforce coding style. Before pushing a commit, run cargo fmt --all to format your code and make sure clippy warnings are fixed.

Testing

All changes submitted to this repository are run through our CI system.

DCO

As an alternative to a Contributor License Agreement, this project uses a Developer Certificate of Origin (DCO) to ensure that contributors own the copyright terms of their contributions. In order to assert that you agree to the terms of the DCO, you must add the following line to every commit:

Signed-off-by: Your Name <email>

This can be done automatically by appending the -s option to git commit.