Fix Bugs
From BRL-CAD
BRL-CAD is a large code base with more than 1,000,000 lines of code. That means there are guaranteed to be bugs so fixing them is always a priority. Our current BUGS file, included in every distribution, lists more than 100 bugs. Our BUG tracker on Sourceforge lists more.
Your project proposal should identify several specific bugs that you intend to fix along with contingency plans for a) bugs that you are unable to fix and b) identifying additional bugs if you fix all of your initial bugs quickly.
You're welcome to include testing procedures and infrastructure set up (such as automated builds) if it will help you fix bugs faster.
References
- BUGS
- included in every binary and source distribution
- https://sourceforge.net/tracker/?group_id=105292&atid=640802
Requirements
- Proficiency with debugging methods
- printf does not count!
- Familiarity with a debugger