From e50d27a46608e1aaf31d476cfae4bd39fd8dafa1 Mon Sep 17 00:00:00 2001 From: Niels Lindenthal Date: Tue, 24 May 2022 20:43:48 +0200 Subject: [PATCH] Finishing step 7 --- .../documentation-tool-setup/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/development/contribution-documentation/documentation-tool-setup/README.md b/docs/development/contribution-documentation/documentation-tool-setup/README.md index f6d51eedc7..cd701a5641 100644 --- a/docs/development/contribution-documentation/documentation-tool-setup/README.md +++ b/docs/development/contribution-documentation/documentation-tool-setup/README.md @@ -61,4 +61,10 @@ Before you can make changes you need to create a local clone of the OpenProject ## Step 7: Create a new Git branch for your change -Select the branch "Release 12.1" as the current branch. +Select the latest release branch e.g.`release/12.1` as the current branch. + +![image-20220524204024162](C:\Users\nlind\AppData\Roaming\Typora\typora-user-images\image-20220524204024162.png) + +In the same drop down click on "New branch". In this window insert a branch name select the latest release branch e.g. `release/12.1`. + +![image-20220524204132363](C:\Users\nlind\AppData\Roaming\Typora\typora-user-images\image-20220524204132363.png)