From 7325af00ae2ddd96ef41425d53e82c6db1e8eeaf Mon Sep 17 00:00:00 2001 From: jellepoland <65337813+jellepoland@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:08:01 +0200 Subject: [PATCH] Update README_dev.md --- README_dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_dev.md b/README_dev.md index 8107e6e..55470de 100644 --- a/README_dev.md +++ b/README_dev.md @@ -24,7 +24,7 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions ### Steps for implementing a new feature 1. Create an issue on GitHub -2. Create a branch from this issue, from the branch source: `develop` +2. Create a branch from this issue and change the branch source to `develop` 3. Use provided cmds to checkout this branch locally 4. --- Implement your new feature--- 5. git add, git commit (with # to current Issue number), git push