Version Control - dibbs-team/dibbs GitHub Wiki

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