Skip to content

Version Control

Kalle Johansson edited this page Aug 2, 2020 · 1 revision

Commit standard

We follow the Conventional Commit standard.

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

Example of tags:

  • feat
  • fix
  • test
  • design
  • ref
  • setup
  • docs

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
  • temp

Clone this wiki locally