Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add information about the branch to add changes.
  • Loading branch information
Olga Konoreva committed Aug 7, 2017
1 parent 14f2a10 commit ac47329
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ GitHub, clone, and develop on a branch.
$ cd InteractiveSideMenu
```

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

```bash
$ git checkout develop
$ git checkout -b feature/my_updates
```

Always use a ``feature`` branch. It's good practice to never work on the ``master`` branch!
Always use a ``feature`` branch. It's good practice to add updates to the main branches.
4. Develop the feature on your feature branch. Add changed files using ``git add`` and then ``git commit`` files
Expand Down

0 comments on commit ac47329

Please sign in to comment.