Skip to content

Commit bd4327f

Browse files
authored
docs: update contributing.md (#70)
1 parent bf6c4ef commit bd4327f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
1111
2. Run `npm ci` to install dependencies
1212
3. Create a branch for your PR with `git checkout -b feature/your-branch-name`
1313

14-
> Tip: Keep your `master` branch pointing at the original repository and make
14+
> Tip: Keep your `develop` branch pointing at the original repository and make
1515
> pull requests from branches on your fork. To do this, run:
1616
>
1717
> ```
1818
> git remote add upstream [email protected]:smeijer/testing-playground.git
1919
> git fetch upstream
20-
> git branch --set-upstream-to=upstream/master master
20+
> git branch --set-upstream-to=upstream/develop develop
2121
> ```
2222
>
2323
> This will add the original repository as a "remote" called "upstream," Then
24-
> fetch the git information from that remote, then set your local `master`
25-
> branch to use the upstream master branch whenever you run `git pull`. Then you
26-
> can make all of your pull request branches based on this `master` branch.
27-
> Whenever you want to update your version of `master`, do a regular `git pull`.
24+
> fetch the git information from that remote, then set your local `develop`
25+
> branch to use the upstream develop branch whenever you run `git pull`. Then you
26+
> can make all of your pull request branches based on this `develop` branch.
27+
> Whenever you want to update your version of `develop`, do a regular `git pull`.
2828
2929
## Committing and Pushing changes
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Contributions of any kind welcome!
115115
[playground]: https://testing-playground.com
116116
[embed-demo]: https://codepen.io/smeijer/pen/yLYWZmK
117117
[roadmap.md]: https://github.com/smeijer/testing-playground/blob/master/ROADMAP.md
118-
[contributing.md]: https://github.com/smeijer/testing-playground/blob/master/ONTRIBUTING.md
118+
[contributing.md]: https://github.com/smeijer/testing-playground/blob/master/CONTRIBUTING.md
119119
[issue tracker]: https://github.com/smeijer/testing-playground/issues
120120
[all-contributors]: https://github.com/all-contributors/all-contributors
121121
[emojis]: https://github.com/all-contributors/all-contributors#emoji-key

0 commit comments

Comments
 (0)