Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 554 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (7 loc) · 554 Bytes

Contribution Guideline

It is welcomed to open an issue to discuss about this guideline if you find potential improvements.

  1. Project hierarchy.

    Each contrib should be placed under its own directory under <repo>/crates. For example, flagd contrib project should be created under <repo>/crates/flagd directory.

  2. Coding style.

    Please add comments and tests at least for publicly exposed APIs.

    Please refer to open-feature/rust-sdk/src/lib.rs for the Clippy rules.