Skip to content

Commit 8edb7f9

Browse files
committed
Annihilate some indent holdouts
1 parent 32cf915 commit 8edb7f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ Our projects on Python Discord are open source and [available on GitHub](https:/
8080
</div>
8181

8282
# How do I start contributing?
83-
Unsure of what contributing to open source projects involves? Have questions about how to use GitHub? Just need to know about our contribution etiquette? Completing these steps will have you ready to make your first contribution no matter your starting point.
83+
Unsure of what contributing to open source projects involves? Have questions about how to use GitHub? Just need to know about our contribution etiquette? Completing these steps will have you ready to make your first contribution no matter your starting point.
8484

85-
Feel free to skip any steps you're already familiar with, but please make sure not to miss the [Contributing Guidelines](#5-read-our-contributing-guidelines).
85+
Feel free to skip any steps you're already familiar with, but please make sure not to miss the [Contributing Guidelines](#5-read-our-contributing-guidelines).
8686

87-
If you are here looking for the answer to a specific question, check out the sub-articles in the top right of the page to see a list of our guides.
87+
If you are here looking for the answer to a specific question, check out the sub-articles in the top right of the page to see a list of our guides.
8888

89-
**Note:** We use Git to keep track of changes to the files in our projects. Git allows you to make changes to your local code and then distribute those changes to the other people working on the project. You'll use Git in a couple steps of the contributing process. You can refer to this [**guide on using Git**](./working-with-git/).
90-
{: .notification }
89+
**Note:** We use Git to keep track of changes to the files in our projects. Git allows you to make changes to your local code and then distribute those changes to the other people working on the project. You'll use Git in a couple steps of the contributing process. You can refer to this [**guide on using Git**](./working-with-git/).
90+
{: .notification }
9191

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 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.

0 commit comments

Comments
 (0)