File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments