I am happy to receive your contributions to my project. In order to be able to contribute to the project you can do the following actions:
- Reporting a bug
- Propose new features
- Submitting a fix
- Discussing the current state of the code
- Becoming a maintainer
To make a pull request, follow these instructions:
- Fork the repository and create your branch from
main
- If you've added new feature that should be tested, add tests in the test file
- Ensure the test suite passes
- Issue that pull request!