Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 835 Bytes

File metadata and controls

12 lines (9 loc) · 835 Bytes

Contributing code

Any code that you contribute will be licensed under the BSD 3-clause license adopted by libradicl.

Code contributions should be made via pull requests. Please make all PRs to the develop branch of the repository. PRs made to the main branch may be rejected if they cannot be cleanly rebased on develop. Before you make a PR, please check that:

  • commit messages should be made using conventional commits — please format all of your commit messages as such.
  • you've run cargo fmt on the relevant code.
  • any non-obvious code is documented (we don't yet have formal documentation guidelines, so use common sense).
  • you've run cargo clippy on the relevant code and any issues are either resolved or the PR describes why they were ignored.