Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 742 Bytes

Contributing guidelines

If you would like to contribute code to Fluxo you can do so through GitHub by forking the repository and sending a pull request.

When submitting code, please make every effort to follow existing conventions and style to keep the code as readable as possible. Please also make sure your code compiles by running ./gradlew check.

Some general advice

  • Don’t change public API lightly, avoid if possible, and include your reasoning in the PR if essential. It causes pain for developers who use Fluxo and sometimes runtime errors.
  • Get working code on a personal branch with tests before you submit a PR.
  • Fluxo is a small and light dependency. Don't introduce new dependencies or major new functionality.