Skip to content

Committing Code

We use Commitizen to standardize our commit messages according to Conventional Commits.

Commits should be made against local feature branches, and pull requests should be created to merge changes into main.

commit

Make a Commit

In order to make a commit, simply run:

make commit

This make command will invoke Commitizen, which will prompt you for the necessary information to create a standardized commit message adhering to the Conventional Commits specification.