Skip to content

Commit

Permalink
Made corrections in the CONTRIBUTING.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ezinneanne committed Nov 25, 2022
1 parent c71fb6a commit 7f99173
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We love your input! We want to make contributing to this project as easy and tra
- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

```sh
git pull upstream master
git pull upstream dev
```

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

- Include the changes you have made for commits

```sh
git add <name-of-file>
```

- Commit all the changes

```sh
git commit -am "Meaningful commit message"
git commit -m "Meaningful commit message"
```

- Push the changes for review
Expand Down

0 comments on commit 7f99173

Please sign in to comment.