-
Notifications
You must be signed in to change notification settings - Fork 0
Version Control
Kalle Johansson edited this page Aug 2, 2020
·
1 revision
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
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