We are thrilled that you would like to collaborate on this project. Your help is essential.
- Fork and clone the repository.
- Create a new branch:
git checkout -b my-branch-name
- Make your change, add tests, and make sure the tests still pass.
- Push to your fork and submit a pull request
- Wait for your pull request to be reviewed.
See tests
directory for details.
-
Refine the tests whenever possible.
-
Update documentation as necessary.
-
Keep your change focused. If there are multiple changes that are not dependent upon each other, please submit them as separate pull requests.
-
Write a good commit message.
Thanks very much for your consideration. Looking forward to reviewing your code.