Skip to content

Commit 2a9a18f

Browse files
Merge pull request #80 from ezinneanne/new_branch
Made corrections in the CONTRIBUTING.md file #79
2 parents c71fb6a + 7f99173 commit 2a9a18f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We love your input! We want to make contributing to this project as easy and tra
2727
- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
2828

2929
```sh
30-
git pull upstream master
30+
git pull upstream dev
3131
```
3232

3333
- Create your feature branch
@@ -36,10 +36,16 @@ We love your input! We want to make contributing to this project as easy and tra
3636
git checkout -b <feature-name>
3737
```
3838

39+
- Include the changes you have made for commits
40+
41+
```sh
42+
git add <name-of-file>
43+
```
44+
3945
- Commit all the changes
4046

4147
```sh
42-
git commit -am "Meaningful commit message"
48+
git commit -m "Meaningful commit message"
4349
```
4450

4551
- Push the changes for review

0 commit comments

Comments
 (0)