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