From 31932f16a8f7d5e221e31ad48f90bbda1347c721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Abt?= Date: Sun, 25 Jun 2023 16:42:53 +0200 Subject: [PATCH] feat: #0 Typo and trigger new version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b38ab2..94fddba 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ https://trello.com/b/BK3h5ADR/mumble We stay in line with Ketta Naito's Naming Cheat-Sheet. Comprehensive language-agnostic guidelines on variables naming: https://github.com/kettanaito/naming-cheatsheet -### Branch naming +### Branch Naming Our workflow is loosely based on Git-Flow. We have a develop and a main branch. Our feature branches are based on the develop branch. The pattern for naming a branch is: {ticket-id}-{short}-{topic}-{title}