From ee00309726b86f1569ae44f7d63e330abfff0166 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:46:47 +1300 Subject: [PATCH] add screencast --- docs/project_management/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/project_management/contributing.md b/docs/project_management/contributing.md index 92bfeff1..14ff3d19 100644 --- a/docs/project_management/contributing.md +++ b/docs/project_management/contributing.md @@ -31,6 +31,8 @@ which will guide them through the process of building a simple social media app. very similar to Flask so developers familiar with that framework will have an easier time of things. +[An introduction to the PieFed codebase - screencast](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/) + # Coding Standards / Guidelines **[PEP 8](https://peps.python.org/pep-0008/)** covers the basics. PyCharm encourages this by default -