Skip to content

Commit ac47329

Browse files
author
Olga Konoreva
authored
Update CONTRIBUTING.md
Add information about the branch to add changes.
1 parent 14f2a10 commit ac47329

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,14 @@ GitHub, clone, and develop on a branch.
6262
$ cd InteractiveSideMenu
6363
```
6464

65-
3. Create a ``feature`` branch to hold your development changes
65+
3. Checkout to `develop` branch, and create a ``feature`` branch to hold your development changes
6666

6767
```bash
68+
$ git checkout develop
6869
$ git checkout -b feature/my_updates
6970
```
7071

71-
Always use a ``feature`` branch. It's good practice to never work on the ``master`` branch!
72+
Always use a ``feature`` branch. It's good practice to add updates to the main branches.
7273

7374
4. Develop the feature on your feature branch. Add changed files using ``git add`` and then ``git commit`` files
7475

0 commit comments

Comments
 (0)