aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-09-21 20:47:55 +0300
committerGravatar ks129 <[email protected]>2020-09-21 20:47:55 +0300
commitb4003a7dc51f9e87bb7c6748f180245875344fb7 (patch)
treee9e26f115f758e2d2fe9314c70c5900b129d1862 /pydis_site
parentAdd OG meta to category view (diff)
Add more information to how to write a guide guide
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md b/pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md
index 58e36d29..072c2538 100644
--- a/pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md
+++ b/pydis_site/apps/guides/resources/guides/how-to-write-a-guide.md
@@ -11,6 +11,9 @@ First, you have to have a good idea, that match with PyDis theme. We can't accep
Best way to find out is your idea good is to discuss about it in #dev-core channel. There can other peoples give their opinion about your idea. Even better, open issue in site repository first, then PyDis staff can see it and approve/decline this idea.
It's good idea to wait for staff decision before starting to write guide to avoid case when you write a long long guide, but then this don't get approved.
+To start with contributing, you should read [how to contribute to site](https://pythondiscord.com/pages/contributing/site/).
+You should also read our [Git workflow](https://pythondiscord.com/pages/contributing/working-with-git/), because you need to push your guide to GitHub.
+
## [Creating a File](#creating-a-file){: id="creating-a-file" }
All guides is located at `site` repository, in `pydis_site/apps/guides/resources/guides`. Under this is root level guides (.md files) and categories (directories). Learn more about categories in [categories section](#categories).