You are welcome to become a contributor for this project.
Steps you should go through:
- Open an issue or a discussion on github
- Explain your case or problem that you want to solve, and offer your solution if you have it. Clearly indicate that you are ready to submit a pull request (PR).
- Disscuss the solution with the maintainer, util it is clear for both how it should work. You will get explicit confirmation that you can start working on the solution. This is neccessary to minimise the risk to make changes that would be rejected
- Implement the solution, following project codestyle
- Cover new functionality with tests
- Add code sample and update docs with new functionality
- Submit a PR on github
- Pass code review process
- Your PR will be merged by the maintainer
- The changes will be available in next release version
That is all, thank you for your contribution.