Skip to content

Commit 6f0b5d4

Browse files
hpodzorski-USGSlwasser
authored andcommitted
Updated CONTRIBUTING.md, added text on forking a repo.
1 parent a08c10e commit 6f0b5d4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ The second approach is making your contribution directly in the GitHub website.
3232

3333
## Forking the repository
3434

35-
Independently of the approach you choose, the first step is to fork the Python Packaging Guide repository into your personal GitHub space.
35+
Independently of the approach you choose, the first step is to fork the Python Packaging Guide repository into your personal GitHub space. To "fork" a repository in GitHub means to create a copy of the main repository, or repo, that you have complete control over and can modify as you see fit.
3636

37-
*__TODO__: This section should show a beginner user how to fork a repository in GitHub.*
37+
To fork a repo,
38+
39+
1. Make sure you are logged into GitHub.
40+
41+
2. Go to the repo you would like to fork, in this case the [Python Packaging Guide](https://www.github.com/pyopensci/python-package-guide) repo.
42+
43+
3. In the top right-hand corner of the page there is a 'Fork' button. Click that button. You will be brought to a new page where you will 'Create a new fork'. Feel free to keep all the default inputs and click 'Create fork'. This will create a copy of the repo at `https://github.com/<username>/python-package-guide`, where `<username>` is your GitHub username.
3844

3945
## Contributing via the GitHub website
4046

0 commit comments

Comments
 (0)