Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 744 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 744 Bytes

Contribution Guidelines

We're happy to accept contributions in the form of new features, bug fixes or bug reports. If you want to help out, add a comment on the issue you want to work on and hack away!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

General Guidelines

  • Please follow the Conventional Commit Message Guidelines for your commit messages.
  • Add tests for new functionality and make sure existing ones don't break when making changes.
  • Add documentation for new functionality.
  • Mark breaking changes in your commits.