Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 355 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 pass the pre-commit task.

Thank you for helping out!