This project is open to anyone in the community. New contributors can contribute by adding code and/or improving documentation.
Follow the steps below to start contributing:
- Fork this repository and clone your fork.
- Create a new branch with the name as follows -
<Your name>/<Issue Number>or any appropriate branch name. - Add all the relevant code and tests.
- Push your code to your branch.
- Finally, open a pull request (PR) against the
masterbranch of this repository.Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub