···11# Contributing to Tranquil PDS
2233+## When PRing
44+55+In order of importance:
66+77+- **You must run your change! Every contribution that says "here's xyz. untested." does not help the project.**
88+- 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.
99+- Run cargo fmt :P
1010+1111+> 🦪 Lewis
1212+>
1313+> Good CI fixes some of these. We should really get around to that.
1414+1515+Things that would also be nice but aren't like, a pain in our side:
1616+1717+- 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.
1818+319## Local Development
420521### Prerequisites