- Mandy Chan - The Repo Owner and Main Contributor
If you want to contribute to the project, please make sure your code has the following:
- The functions are documented
- Parameters are validated
- Unit Tests for positive and negative cases are covered
- And you provide documentation of new features; only if the feature is new.
- Submit an issue describing your proposed change to the repo in question.
- The repo owner will respond to your issue promptly.
- Fork the desired repo, develop and test your code changes.
- Ensure that your code adheres to the existing style
- Ensure that your code has an appropriate set of unit tests which all pass.
- Submit a pull request.