Skip to content

Version Control

Kalle Johansson edited this page Mar 6, 2021 · 4 revisions

Commit standard

We follow a modified version of the Conventional Commit standard.

We always write our descriptions like instructions in lowercase. For example feat: add authentication

Allowed tags:

  • feat
  • fix
  • test
  • design
  • refactor
  • setup
  • docs
  • import
  • revert

Branches

We create a new branch for every new pull request.

We place our branches in directories depending on the type of the pull request. Example of directories are:

  • feature
  • fix
  • test
  • design
  • refactor
  • setup
  • documentation
  • import
  • revert
  • temp

Clone this wiki locally