Add How to Submit Patches link.

[Imported from Trac: page Dev, version 44]
nejucomo 2007-11-05 07:40:08 +00:00
parent 2d72fa994b
commit 56aa12ecc6

3
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