@@ -11,8 +11,8 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
11
11
2 . Run ` npm run setup ` to install dependencies and run validation
12
12
3 . Create a branch for your PR with ` git checkout -b pr/your-branch-name `
13
13
14
- > Tip: Keep your ` main ` branch pointing at the original repository and make
15
- > pull requests from branches on your fork. To do this, run:
14
+ > Tip: Keep your ` main ` branch pointing at the original repository and make pull
15
+ > requests from branches on your fork. To do this, run:
16
16
>
17
17
> ```
18
18
> git remote add upstream https://github.com/testing-library/dom-testing-library.git
@@ -21,10 +21,10 @@ series [How to Contribute to an Open Source Project on GitHub][egghead]
21
21
> ```
22
22
>
23
23
> This will add the original repository as a "remote" called "upstream," Then
24
- > fetch the git information from that remote, then set your local `main`
25
- > branch to use the upstream main branch whenever you run `git pull`. Then you
26
- > can make all of your pull request branches based on this `main` branch.
27
- > Whenever you want to update your version of `main`, do a regular `git pull`.
24
+ > fetch the git information from that remote, then set your local `main` branch
25
+ > to use the upstream main branch whenever you run `git pull`. Then you can make
26
+ > all of your pull request branches based on this `main` branch. Whenever you
27
+ > want to update your version of `main`, do a regular `git pull`.
28
28
29
29
## Committing and Pushing changes
30
30
0 commit comments