From b947fce82545229e83d9a69cb4a60ef9fde5c08b Mon Sep 17 00:00:00 2001 From: huttegia Date: Thu, 13 Oct 2022 17:18:37 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba941cd..afc890d 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,23 @@ PM3 FivePlants Gartenverwaltung ## Class Diagram Umletino: https://www.umletino.com/umletino.html -Draft File: doc/ClassDiagramDraft.uxf \ No newline at end of file +## Branch model +- active branch: *main* + + +This branch has a running version of the code. +- feature: *feature_xy_"Milestone"* + + +This branches contain code for feature. When the code is ready it will be merged into the main branch. +- bugfix: *bugfix_xy_"Milestone"* + + +This branch are for bugfixes. +- documentation: *doc_xy_"Milestone"* + + +This branch is for documentation of the code and the readme. + + +Draft File: doc/ClassDiagramDraft.uxf