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.
  • Document all of your code.

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.