-
Notifications
You must be signed in to change notification settings - Fork 1
Version Control
Kalle Johansson edited this page Mar 6, 2021
·
4 revisions
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
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