Skip to content

Commit 371a5b7

Browse files
committed
Revert "Make it clearer what forking is"
This reverts commit 32cf915.
1 parent d4150fd commit 371a5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you are here looking for the answer to a specific question, check out the sub
9090
{: .notification }
9191

9292
### 1. Fork and clone the repo
93-
GitHub is a website based on Git that stores project files in the cloud. We use GitHub as a central place for sending changes, reviewing others' changes, and communicating with each other. You'll need to create a copy of the repository under your own GitHub account, aka "fork" it. You'll make your changes to this copy, which can then later be merged into the Python Discord repository.
93+
GitHub is a website based on Git that stores project files in the cloud. We use GitHub as a central place for sending changes, reviewing others' changes, and communicating with each other. You'll need to fork the repository to create a copy under your own GitHub account. You'll make your changes to this copy, which can then later be merged into the Python Discord repository.
9494

9595
Check out our [**guide on forking a GitHub repo**](./forking-repository/).
9696

0 commit comments

Comments
 (0)