We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79cb71 commit 1830c94Copy full SHA for 1830c94
1 file changed
README.md
@@ -142,3 +142,10 @@ The following are lists of conventions that either *should* be followed or *must
142
- Code must compile without Compiler Warnings
143
- Code should compile without relevant Sonar/SonarQube Warnings
144
145
+#### Git
146
+
147
+- There are no comments including `TODO` on the `main` or `develop` branches
148
+- Branch names are as follows:
149
+ - features: `feature/<ticket-number>_<short-description>`
150
+ - bugs: `bugfix/<ticket-number>_<short-description>`
151
+- Commit messages are written according to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
0 commit comments