Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 888 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 888 Bytes

Committing

To have nice commit messages throughout, we use commitizen. To commit, use git cz.

We require reviewed pull requests before merging to main. This means:

  1. You cannot directly push to the main branch.
  2. You should create a new branch for a change you want to make.
  3. Changes should be as small as possible to allow for a quick review.
  4. Once you have applied all the changes you wanted to make to your branch, you need to open a pull request on GitHub.
  5. You need to assign a reviewer and get approval before you are able to merge your changes.
  6. Your pull request needs to pass all checks on GitHub before being merged.

Technology stack