Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

helpwanted.html 1.1KB

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