Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 646 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 646 Bytes

Contributing

Conventional Commits

Check if your commit messages meet the conventional commit format.

The conventional config extends from config-conventional.

Create a commit

Run npm install in root directory, then you will get Commitizen installed.

Use npm run cz or npx cz to create a commit.

Workflow validation

Commit message will be validated by workflow. If the validation is fail, amend the commit and rerun validation action.