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:
- Fork and clone the repo.
- Push any changes to your fork.
- Submit a pull request.