Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 941 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 941 Bytes

Contributing

Thanks for helping us make Bitmapist work better.

Please feel free to report any issue you may have.

Working on your first Pull Request? You can learn how from this free series [How to Contribute to an Open Source Project on GitHub][egghead]

If you want to contribute with code, please open a Pull Request. A few things to keep in mind:

  • The BSD project is released under the BSD license
  • Please use pre-commit to ensure some formatting rules and basic consistency checks are applied before each Git commit
  • Please add tests for your changes!
  • Please document any changes using the Keep a Changelog convention
    • Changes in a PR should be documented under an [Unreleased] version
    • We'll bump the version number and update the changelog in a separate PR when publishing