mesa/docs/helpwanted.html

52 lines
1.1 KiB
HTML
Raw Normal View History

<HTML>
<TITLE>Help Wanted</TITLE>
2005-01-20 03:55:10 +00:00
<link rel="stylesheet" type="text/css" href="mesa.css"></head>
<BODY>
2007-10-31 15:44:01 +00:00
<H1>Help Wanted / To-Do List</H1>
<p>
2005-02-10 15:18:26 +00:00
We can always use more help with the Mesa project.
Here are some specific ideas and areas where help would be appreciated:
</p>
2005-02-10 15:18:26 +00:00
<ol>
2007-10-31 15:44:01 +00:00
<li>
Enable -Wstrict-aliasing=2 -fstrict-aliasing and track down aliasing
issues in the code.
<li>
Windows 98/NT driver building, maintenance and testing
<li>
Maintenance and testing of lesser-used drivers, such as DOS/DJGPP, GGI, etc.
2005-02-10 15:18:26 +00:00
</ol>
<p>
If you want to help with Mesa, first join the Mesa developer's
2005-02-10 15:18:26 +00:00
mailing list.
Then post a message to propose what you want to do, just to make sure
there's no issues.
</p>
</p>
2005-02-10 15:18:26 +00:00
Anyone is welcome to contribute code to the Mesa project.
By doing so, it's assumed that you agree to the code's licensing terms.
</p>
<p>
2005-02-10 15:18:26 +00:00
Finally:
<p>
2005-02-10 15:18:26 +00:00
<ol>
<li>Try to write high-quality code that follows the existing style.
<li>Use uniform indentation, write comments, use meaningful identifiers, etc.
<li>Test your code thoroughly. Include test programs if appropriate.
</ol>
</BODY>
</HTML>