Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 582 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 582 Bytes

Contributing

Thanks for being willing to contribute!

How should I write my commits?

Please assumes you are using Conventional Commit messages.

The most important prefixes you should have in mind are:

fix: which represents bug fixes, and correlates to a SemVer patch.
feat: which represents a new feature, and correlates to a SemVer minor.
feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.