You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ We welcome pull requests from beginners and seasoned javaScript developers alike
96
96
$ yarn lint
97
97
```
98
98
6. Add and commit your code. Please give meaning full commit messages.
99
-
7. Pull latest code from [upstream repository's ](https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/)`master`, ifincase anything new were merged while you were working on your fork.
99
+
7. Pull latest code from [upstream repository's ](https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/)`develop`, ifincase anything new were merged while you were working on your fork.
100
100
8. Push the code to your fork.
101
101
9. Raise the pull request from your created branch to `develop` branch of coderplex. [why develop instead of master branch?]()
102
102
10. Take some time to give a brief description of the work you have done.
0 commit comments