From 01778419619911f7a06e8488fec490b5c508a813 Mon Sep 17 00:00:00 2001 From: waldek Date: Sun, 23 May 2021 16:31:06 +0200 Subject: [PATCH] small update in branches --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 4ec6501..840251b 100644 --- a/readme.md +++ b/readme.md @@ -8,5 +8,8 @@ The `./poc_standalone.py` is a **proof of concept** on how the end program shoul It *kind* of works but there is a lot to fix and improve. The `./standalone_tui.py` is a basic [MVC](https://realpython.com/the-model-view-controller-mvc-paradigm-summarized-with-legos/) implementation we can build on. +## Branches + +All development should be done in the `testing` branch and brought to the `master` branch with merge requests.