Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 721 Bytes

CONTRIBUTE.md

File metadata and controls

13 lines (10 loc) · 721 Bytes

How to contribute

Contributions are very much appreciated. Please follow this guide when logging issues or making code changes.

Logging Issues

Clearly describe the issue including steps to reproduce if there are any. Also, make sure to indicate the earliest version that has the issue being reported.

Patching Code

Code changes are welcome and should follow the guidelines below.

  • Fork the repository on GitHub.
  • Fix the issue ensuring that your code follows the style guide.
  • Add tests for your new code ensuring that you have 100% code coverage.
  • Pull requests should be made to the master branch.