diff options
| author | 2022-04-24 15:14:08 -0400 | |
|---|---|---|
| committer | 2022-04-24 15:14:08 -0400 | |
| commit | 371a5b7650b4fbea1ff30e0afd63563882f33b3f (patch) | |
| tree | def43a93c52feeb050f766178b36995cca612721 /pydis_site/apps | |
| parent | Move link to issue guide to match others (diff) | |
Revert "Make it clearer what forking is"
This reverts commit 32cf915246fbec5d3dc792d717b50af635108ca3.
Diffstat (limited to 'pydis_site/apps')
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing.md index e19e2cea..db466029 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing.md @@ -90,7 +90,7 @@ If you are here looking for the answer to a specific question, check out the sub  {: .notification }  ### 1. Fork and clone the repo -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. +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.  Check out our [**guide on forking a GitHub repo**](./forking-repository/). | 
