Flush
[mono.git] / web / contributing
1 * Contributing to the Mono project
2
3         There are many ways in which you can help in the Mono project:
4
5         <ul>
6                 * <b>Programmers:</b> You can work on a free
7                   implementation of the <a
8                   href="class-library.html">class libraries</a>, the
9                   <a href="runtime.html">runtime engine</a>, <a
10                   href="tools.html">the tools</a>, the <a
11                   href="testing.html">testing framework</a>
12
13                 * <b>Writers:</b> You can help us with writing <a
14                   href="documentation.html">documentation</a>.
15                 
16         </ul>
17
18 * Special note
19
20         If you have looked at Microsoft's implementation of .NET or
21         their shared source code, you will not be able to contribute
22         to Mono.
23
24         Please, follow care when reading code