Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 851 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 851 Bytes

Contributing Guidelines

Conventional Commits

We use Conventional Commits for our PR titles. This allows automated tools like semantic-release to generate changelogs, bump versions according to semver, and release and publish the latest code. Please see https://www.conventionalcommits.org/en/v1.0.0/ for more information.

Example

Please ensure your PR is named in accordance with the @commitlint/config-conventional standard.

Prefixes can be one of the following

['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'revert', 'style', 'test']

✅ Examples of conforming PR titles (non-exhaustive):

feat: widgets can now do backflips
fix: something was broken
test: added more coverage to widget