Skip to content

Commit 0cce77e

Browse files
committed
Add note that staff members can create feature branches
1 parent 2b45c6c commit 0cce77e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ If you are here looking for the answer to a specific question, check out the sub
9292
### 1. Fork and clone the repo
9393
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 under your own GitHub account, a.k.a. "fork" it. You'll make your changes to this copy, which can then later be merged into the Python Discord repository.
9494

95+
*Note: Members of the Python Discord staff can create feature branches directly on the repo without forking it.*
96+
9597
Check out our [**guide on forking a GitHub repo**](./forking-repository/).
9698

9799
Now that you have your own fork you need to be able to make changes to the code. You can clone the repo to your local machine, commit changes to it there, then push those changes to GitHub.

0 commit comments

Comments
 (0)