diff --git a/Development-workflow.md b/Development-workflow.md index 5dba69d..58c00ec 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -21,6 +21,10 @@ With master updated you can now create a new branch to make your changes into.  -Give an approriate name for your branch. bugfix-xyz or feature-xyz are not appropriate so we will chose a name that is. +Give an approriate name for your branch. bugfix-xyz or feature-xyz won't work so we will chose a name that fits. - \ No newline at end of file + + +The IDE will notify you of the branch being created and checked out. + + \ No newline at end of file