Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 668 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (8 loc) · 668 Bytes

Contributing code

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

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

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