Skip to content

Commit 9f890e7

Browse files
authored
Merge pull request #328 from coderefinery/same-repo-local-github-clarification
Update same-repository.md w/ local-edit indications
2 parents 4354112 + 4b6df7d commit 9f890e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/same-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ contribute.
115115
- Learn about the value of draft pull requests.
116116

117117
**Exercise tasks**:
118-
1. Open an issue where you describe the change you want to make. Note down the
118+
1. In the GitHub repository, open an issue where you describe the change you want to make. Note down the
119119
issue number since you will need it later.
120120
1. If you work locally and not on GitHub, you need to clone the repository to
121121
your computer before you can create a new branch (more details in "Solution
@@ -124,7 +124,7 @@ contribute.
124124
1. Make a change to the recipe book on the new branch and in the commit
125125
cross-reference the issue you opened (see the walk-through below
126126
for how to do that).
127-
1. Push your new branch (with the new commit) to the repository you
127+
1. If you work locally, push your new branch (with the new commit) to the repository you
128128
are working on.
129129
1. Open a pull request towards the main branch.
130130
1. Review somebody else's pull request and give constructive feedback. Merge their pull request.

0 commit comments

Comments
 (0)