Skip to content

Commit 56fa92f

Browse files
authored
Merge branch 'main' into docs/update-contributors-guide
2 parents da7154a + c6518a0 commit 56fa92f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@ The second approach is making your contribution directly in the GitHub website.
3535
Independently of the approach you choose, the first step is to fork the Python Packaging Guide repository into your personal GitHub space.
3636
You can do this by clicking the "Fork" button in the top right corner of the repository page.
3737

38-
[Fork and Clone GitHub Repos](https://datascienceskills.org/lessons/git-github/git-intro/3-fork-clone/) is a good resource to learn more about forking.
38+
[Learn more: Fork and Clone GitHub Repos](https://datascienceskills.org/lessons/git-github/git-intro/3-fork-clone/) is a good resource to learn more about forking.
39+
40+
To fork a repo,
41+
42+
1. Make sure you are logged into GitHub.
43+
44+
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.
45+
46+
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.
47+
48+
<img width="395" alt="fork_repo" src="https://github.com/user-attachments/assets/949223fb-b58b-4b6d-85db-003bd117da46">
49+
3950

4051
## Contributing via the GitHub website
4152

0 commit comments

Comments
 (0)