Skip to content

Contributing

Contributions are welcome! Feel free to open a Pull Request.

Guidelines

  • Utilize similar formatting and practices to the rest of the codebase.
  • Do not include workspace files (such as an ./.idea/ or ./target/ directory) in your pull request.
  • Include unit tests for any features you add.
  • Any code written should be documented well enough that I am able to write a documentation page for it. Usage examples are very welcome and can be included in your Pull Request.

How to Contribute

To make a contribution:

  1. Fork and clone the repo.
  2. Push any changes to your fork.
  3. Submit a Pull Request.