Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Drochak <nickd@mono-cvs.ximian.com>2002-02-20 01:03:58 +0300
committerNick Drochak <nickd@mono-cvs.ximian.com>2002-02-20 01:03:58 +0300
commit6333e8f56cda8dab45ef9599d087c4bb3dc9ee30 (patch)
treeb1ed01c41b6c69d03c1af35e518faa5ef68640aa /web/contributing
parent2a253c7bf7ad8ed6708f1f3a368c99da5571ea39 (diff)
2002-02-20 Nick Drochak <ndrochak@gol.com>
* contributing: Add link to the testing page for getting started. svn path=/trunk/mono/; revision=2529
Diffstat (limited to 'web/contributing')
-rw-r--r--web/contributing5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/contributing b/web/contributing
index 0bbe4f8d034..8170be04682 100644
--- a/web/contributing
+++ b/web/contributing
@@ -34,7 +34,10 @@
This helps because at this point you might be the best
qualified person to fix a problem found by the regression
test, or you might have a new class to implement in the .NET
- world that only has a test suite.
+ world that only has a test suite.
+
+ To get started writing tests see the <a href="testing.html">Test Suite</a>
+ section.
** Bug reporting