From dd7c612453652bd3694ef2fbc253011e7157a051 Mon Sep 17 00:00:00 2001 From: amontero <> Date: Tue, 3 Dec 2013 19:21:37 +0000 Subject: [PATCH] [Imported from Trac: page NewbieDeveloperSetup, version 16] --- NewbieDeveloperSetup.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NewbieDeveloperSetup.md b/NewbieDeveloperSetup.md index adbdf62..a909ee7 100644 --- a/NewbieDeveloperSetup.md +++ b/NewbieDeveloperSetup.md @@ -25,8 +25,10 @@ The easiest workflow you can use is by working using Github's [Pull Requests](ht m. Learn to use the [logging system](https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/logging.rst) -n. Learn [how to submit patches](Patches) +n. Help [reviewing patches](PatchReviewProcess). It is a good way to familiarize yourself with Tahoe-LAFS code and a lot can be learnt from the reviews before writting a single line of code. -o. Dive into the code! See some [tips for diving into Tahoe's source code](https://tahoe-lafs.org/pipermail/tahoe-dev/2012-May/007337.html) and follow the [coding standards](CodingStandards) when you're ready to code. +o. Learn [how to submit patches](Patches) -p. Learn [how to write tests](HowToWriteTests). Patches and new code should pass the automated testing before being eligible to be merged (see [this comment](/tahoe-lafs/trac-2024-07-25/issues/7573)#comment:88). There is a [list of patches needing tests](https://tahoe-lafs.org/trac/tahoe-lafs/query?status=!closed&keywords=~test-needed) if you want to get your feet wet. \ No newline at end of file +p. Dive into the code! See some [tips for diving into Tahoe's source code](https://tahoe-lafs.org/pipermail/tahoe-dev/2012-May/007337.html) and follow the [coding standards](CodingStandards) when you're ready to code. + +q. Learn [how to write tests](HowToWriteTests). Patches and new code should pass the automated testing before being eligible to be merged (see [this comment](/tahoe-lafs/trac-2024-07-25/issues/7573)#comment:88). There is a [list of patches needing tests](https://tahoe-lafs.org/trac/tahoe-lafs/query?status=!closed&keywords=~test-needed) if you want to get your feet wet. \ No newline at end of file