diff --git a/Development-workflow.md b/Development-workflow.md
index 4aa00c8..378d1a4 100644
--- a/Development-workflow.md
+++ b/Development-workflow.md
@@ -2,6 +2,9 @@
**You have identified a bug and it's fix. What if minos could fly? You found something not following 24.3 rules. Perhaps you want to try and morph your MagicBox into a League of Legends clone.**
This document will describe the workflow involved in turning your ideas into reality; intended either for the Magicbane production server or on your personal Magicbox. With Magicbane technology effecting change has never been easier.
+### A new branch
+
+In the lower right hand corner of the IDE will be displayed the current branch that is checked out from the repository. The branch **master** is the branch that the production game runs on; reflecting the current codebase. All new branches should be sourced from this master.

![]()