Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 711 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 711 Bytes

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

How to write commit messages

We use Conventional Commit messages to automate version management.

Most common commit message prefixes are:

  • fix: which represents bug fixes, and generate a patch release.
  • feat: which represents a new feature, and generate a minor release.
  • feat!:, fix!: or refactor!: and generate a major release.