Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 625 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 625 Bytes

How to contribute

Issues and suggestions are always welcome.

If you want to make changes yourself please follow the standard pull request guidelines. In short: fork, create topic branch, one commit per atomic change, make sure all unit tests pass, and create the pull request.

If it's a sizeable change or will break backwards compatibility it's probably best if you create an issue first so we can discuss the changes beforehand.

Testing

  • Unit tests are awesome. Please create new ones to test the changes you make.