diff --git a/README.md b/README.md
index 5635a4f3..5652d747 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,14 @@ RaSCSI is a virtual SCSI device emulator that runs on a Raspberry Pi. It runs in
Please check out the full story with much more detail on the [wiki](https://github.com/akuker/RASCSI/wiki)!
+# How do I contribute?
+RaSCSI is using the Gitflow Workflow. A quick overview:
+
+- The *master* branch should always reflect the contents of the last stable release
+- The *develop* branch should contain the latest tested & approved updates. Pull requests should be used to merge changes into develop.
+- The rest of the feature branches are for developing new features
+- A tag will be created for each "release". The releases will be named . (for the first release of the month). Hot fixes, if necessary, will be released as ... For example, the first release in January 2021 will be release "21.01". If a hot-fix is needed for this release, the first hotfix will be "21.01.1".
+
+Typically, releases will only be planned every few months.
+