Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 748 Bytes

CONTRIBUTORS.md

File metadata and controls

19 lines (15 loc) · 748 Bytes

Contributors

  • Mandy Chan - The Repo Owner and Main Contributor

How to contribute?

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.

Contributing A Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. Fork the desired repo, develop and test your code changes.
  4. Ensure that your code adheres to the existing style
  5. Ensure that your code has an appropriate set of unit tests which all pass.
  6. Submit a pull request.