Difference between revisions of "Developer"
(Exported Developer Guidelines to a sub page) |
(→Developer Documentation: changed link) |
||
Line 3: | Line 3: | ||
==Developer Documentation== | ==Developer Documentation== | ||
The bulk of the documentation of the BOARD18 code base is contained in this [[Design|BOARD18 Design Document]].<br> | The bulk of the documentation of the BOARD18 code base is contained in this [[Design Document Introduction|BOARD18 Design Document]].<br> | ||
It is fairly up to date but some sections are yet to be written. This can be considered both a problem and an opportunity (hint, hint).<br> | It is fairly up to date but some sections are yet to be written. This can be considered both a problem and an opportunity (hint, hint).<br> | ||
Learning the code by comparing it to the relevant sections of the design document is encouraged. <br>A side effect of this could be updates and corrections to this design document. This is a WIKI after all! | Learning the code by comparing it to the relevant sections of the design document is encouraged. <br>A side effect of this could be updates and corrections to this design document. This is a WIKI after all! | ||
The [[:Category:HowTo|index of How To pages]] could also be of help when getting started in this project. | The [[:Category:HowTo|index of How To pages]] could also be of help when getting started in this project. |
Revision as of 07:00, 15 September 2013
Developer Guidelines
BOARD18 is a very small project.
At the time of this writing only 10 people have contributed code, documentation or other work to BOARD18.
The testing community for BOARD18 consists of fewer than 20 people.
Thus there is no formal structure to the project.
The creator and main designer/coder of BOARD18 is Rich Price. And he is also the owner of the project.
You can contact him by email at rich at board18.org.
Reporting Bugs
The BOARD18 project also has a BUGZILLA issue tracker at bugs.board18.org. This tool is used to track bugs, enhancement requests and other tasks.
BOARD18 Code Repositories
The BOARD18 project keeps its code repositories at Github.
Developer Documentation
The bulk of the documentation of the BOARD18 code base is contained in this BOARD18 Design Document.
It is fairly up to date but some sections are yet to be written. This can be considered both a problem and an opportunity (hint, hint).
Learning the code by comparing it to the relevant sections of the design document is encouraged.
A side effect of this could be updates and corrections to this design document. This is a WIKI after all!
The index of How To pages could also be of help when getting started in this project.