Skip to content

Commit 68f9e9f

Browse files
kenwithCopilot
andcommitted
Replace personal GitHub username with generic placeholder in contributing guide
Updated ADVANCED.md to use 'your-github-username' instead of a specific user's GitHub handle in the example clone URL and instructions. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3a6971c commit 68f9e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

repo_docs/ADVANCED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ git clone [URL to your forked repo]
7979
For example,
8080

8181
```DOS
82-
git clone https://github.com/kenwith/office-docs-powershell.git
82+
git clone https://github.com/your-github-username/office-docs-powershell.git
8383
```
8484

85-
Note that in this example my user is **kenwith** so I need to make sure I am cloning the Fork I created and not the upstream original. The user is in the URL for the GitHub repo.
85+
Note that in this example the user is **your-github-username** so you need to make sure you are cloning the Fork you created and not the upstream original. The user is in the URL for the GitHub repo.
8686

8787
Once you have cloned your repository you can use git push and git pull to push and pull your changes up to your repository. It is best to use your own working branch so this will be covered in the next section.
8888

0 commit comments

Comments
 (0)