Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 360 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 360 Bytes

Contributing

If you would like to contribute enhancements or fixes, please do the following:

  • Fork the repository.
  • Hack on a separate topic branch created from the latest master.
  • Commit and push the topic branch.
  • Make a pull request.

Your changes should include adequate test coverage and run the pre-commit task first.

Thank you for helping out!