Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 627 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 627 Bytes

How to contribute

focus development is done entirely on Github. To discuss, use the issue tracker or discussion board.

To contribute, open a new pull request against the main branch. As part of the pull request, you will be prompted by a bot to sign our CLA if you haven't done so already.

To build and test the code, run

$ cargo test --workspace

If you create a new file, you should add a license header. (This will be checked in CI.) You can do this with the following script:

$ scripts/add-license.sh