Skip to content

Commit

Permalink
Merge pull request #80 from ezinneanne/new_branch
Browse files Browse the repository at this point in the history
Made corrections in the CONTRIBUTING.md file #79
  • Loading branch information
codeperfectplus committed Nov 26, 2022
2 parents c71fb6a + 7f99173 commit 2a9a18f
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 2a9a18f

Please sign in to comment.