Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 801 Bytes

CONTRIBUTING.md

File metadata and controls

5 lines (3 loc) · 801 Bytes

Contributing to sealed-enum

Contributions to the project are welcome! All external contributors should fork the repository and submit pull requests against the main branch. These must pass the checks run by CI and be reviewed and approved by a primary contributor before they can be merged. Prior to merging, the branch should be rebased with the latest changes from main and commits should be squashed where appropriate in order to cleanly encapsulate the final set of changes (i.e. no "Addressed review comment" commits should be present).

Please try to ensure that the project's existing code style and conventions are followed when making new contributions. To automate this process, this project uses detekt and its bundled ktlint for linting.