Our Personal Data Server from scratch!
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(docs): first version of 'when PRing' section of contrib

Lewis: May this revision serve well! <lu5a@proton.me>

author
Lewis
date (May 21, 2026, 10:46 PM +0300) commit f6ef6ecb parent a2567bdb change-id qyplkuxr
+16
+16
CONTRIBUTING.md
··· 1 1 # Contributing to Tranquil PDS 2 2 3 + ## When PRing 4 + 5 + In order of importance: 6 + 7 + - **You must run your change! Every contribution that says "here's xyz. untested." does not help the project.** 8 + - Relevant tests to your PR must pass. The whole suite doesn't have to be proven to have run, because there are a *ton* of tests and they're quite heavy, but hopefully there are existing tests for whatever you're PRing, and if there aren't, please add those too. 9 + - Run cargo fmt :P 10 + 11 + > 🦪 Lewis 12 + > 13 + > Good CI fixes some of these. We should really get around to that. 14 + 15 + Things that would also be nice but aren't like, a pain in our side: 16 + 17 + - Big changes should be stacked PRs that are broken up into digestible pieces. Those stacked PRs should hopefully be able to be merged individually if necessary. 18 + 3 19 ## Local Development 4 20 5 21 ### Prerequisites