From 4d3b303901be28d2b4ee4d652d0c5e9d69940d7c Mon Sep 17 00:00:00 2001
From: Jonas <jonas.wallum@stud.h-da.de>
Date: Fri, 26 Jan 2024 16:34:52 +0100
Subject: [PATCH] docs(README): Update git conventions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 87e8a74..549e023 100644
--- a/README.md
+++ b/README.md
@@ -136,8 +136,8 @@ With the following tags you might follow the development of the repository.
 - files and folders in English and only with the following chars `[a-zAZ0-9_-]`
 - commit comments -- see. https://www.conventionalcommits.org/en/v1.0.0/
 - branches
-  - structure: feat/fix/docs/style/refactor/learn/orga/test / #issue Titel
-  - example _feat-49-adds-new-endpoints-to-fast-api_
+  - structure: #issue-Titel
+  - example _49-adds-new-endpoints-to-fast-api_
 - merge request
   - structure #Issue title
   - example _#49 adds new endpoints to FastAPI_
-- 
GitLab