The guidelines will make your Pull Request (PR) eaiser to merge.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Create a new branch for your work. Do not make changes to master when submitting PR.
- Add failing tests for the change you want to make. Run tests to see them fail.
- Run tests to see if the tests pass.
- Update documentation to reflect your changes, if any.
- Push to your fork and submit PR.
** Reference this link for guidelines.
** GitHub documentation for setting up projects