Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 395 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 395 Bytes

How to Contribute

Thanks for volunteering to help this project grow and improve!

As this project uses the standard-version tool to automatically generate CHANGELOG.md and version tags, please ensure that all commits adhere to the https://www.conventionalcommits.org/en/v1.0.0/ standard.

Examples:

  • fix: allow empty id in foo object
  • feat: let users select color for bar

Thanks!