diff --git a/Dev.md b/Dev.md index e5ffa1c..ec452a2 100644 --- a/Dev.md +++ b/Dev.md @@ -20,7 +20,7 @@ Views into the process of Tahoe hackery. * The [/trac/tahoe/browser/docs/webapi.txt webapi.txt] document shows how to control a Tahoe node programmatically. * [The Extension Page](Extensions) lists extension projects and extension development resources. -## Source Code Tools +## Source Code * The Buildbot page (linked at the top of each page) shows current build and test results. * The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site). @@ -30,6 +30,7 @@ Views into the process of Tahoe hackery. * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [allmydata]source:src/allmydata codebase is covered. * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This one] measures the number of lines that are **not** covered, which gives better resolution than the percentage-wise graph. * [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. + * [How to Submit Patches](Patches) ## Metrics