Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 817 Bytes

How to contribute

We welcome contributions from the community and are pleased to have them. Please follow this guide when logging issues or making code changes.

Logging Issues

All issues should be created using the new issue form.

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

Patching Code

Code changes are welcome and should follow the guidelines below.

  • Fork the repository on GitHub.
  • Add tests for your new code ensuring that you have 100% code coverage (we can help you reach 100% but will not merge without it).
    • Run npm test
  • Pull requests should be made against the master branch.