Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com>

Signed-off-by: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com>
  • Loading branch information
CodeMaster7000 committed Jan 20, 2023
1 parent f5a33f8 commit 4f6d7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We love your input! We want to make contributing to this project as easy and tra
### Making a PR

> - Make sure you have been assigned the issue to which you are making a PR.
> - If you make PR before being assigned, It may be labeled `invalid` and closed without merging.
> - If you make PR before being assigned, It may be labelled `invalid` and closed without merging.
- Fork the repo and clone it on your machine.
- Add a upstream link to main branch in your cloned repo
Expand All @@ -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 Down

0 comments on commit 4f6d7fa

Please sign in to comment.