Skip to content

Commit 4f6d7fa

Browse files
Update CONTRIBUTING.md (#57)
Signed-off-by: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com> Signed-off-by: CodeMaster7000 <95772109+CodeMaster7000@users.noreply.github.com>
1 parent f5a33f8 commit 4f6d7fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We love your input! We want to make contributing to this project as easy and tra
1515
### Making a PR
1616

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

0 commit comments

Comments
 (0)