helpwanted.html revision 7f80dc1ebe0a7fb8cc06268e4d4d508d0ea70df9
1<HTML>
2
3<TITLE>Help Wanted</TITLE>
4
5<link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7<BODY>
8
9<H1>Help Wanted / To-Do List</H1>
10
11<p>
12We can always use more help with the Mesa project.
13Here are some specific ideas and areas where help would be appreciated:
14</p>
15
16<ol>
17<li>
18Enable -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
19issues in the code.
20<li>
21Windows 98/NT driver building, maintenance and testing
22<li>
23Maintenance and testing of lesser-used drivers, such as DOS/DJGPP, GGI, etc.
24</ol>
25
26
27<p>
28If you want to help with Mesa, first join the Mesa developer's
29mailing list.
30Then post a message to propose what you want to do, just to make sure
31there's no issues.
32</p>
33
34</p>
35Anyone is welcome to contribute code to the Mesa project.
36By doing so, it's assumed that you agree to the code's licensing terms.
37</p>
38
39<p>
40Finally:
41<p>
42
43<ol>
44<li>Try to write high-quality code that follows the existing style.
45<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
46<li>Test your code thoroughly.  Include test programs if appropriate.
47</ol>
48
49
50</BODY>
51</HTML>
52