Difference between revisions of "Developer.Guidelines"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(→‎Developer Guidelines: removed Communication with other Developers section)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Developer Guidelines==
==Developer Guidelines==
BOARD18 is currently a '''very''' small project.  
BOARD18 is a '''very''' small project.  
At the time of this writing only 4 people have contributed code, documentation or other work to BOARD18.  <br>The testing community for BOARD18 consists of fewer than 10 people.
At the time of this writing only 10 people have contributed code, documentation or other work to BOARD18.  <br>The testing community for BOARD18 consists of fewer than 20 people.
Thus there is not yet much formal structure to the project.  
Thus there is no formal structure to the project. <br>
 
The creator and main designer/coder of BOARD18 is Rich Price. And he is also the owner of the project. <br>You can contact him by email at '''rich at board18.org'''.
The creator and main designer/coder of BOARD18 is Rich Price. And he could also be considered the informal project leader. <br>You can contact him on the forums or by email to '''rich at gandalf.ws'''.
 
===Communication with other Developers===
The BOARD18 project has a dormant FUD forum. It was hoped that developers will use the developers forum to communicate coding information and to announce bug submissions and merge requests to each other. As of November, 2014, this forum has been deactivated. Email rich at gandalf.ws to communicate with me, Rich Price.


===Reporting Bugs===
===Reporting Bugs===
The BOARD18 project also has a BUGZILLA issue tracker at  
The BOARD18 project also has a BUGZILLA issue tracker at  
[http://bugs.board18.org bugs.board18.org]. This tool should be used to track bugs, enhancement requests and other tasks.  The bug list should be a good source of ideas for developers looking for something to do.
[http://bugs.board18.org bugs.board18.org]. This tool is used to track bugs, enhancement requests and other tasks.   


===Submitting Merge Requests===
===BOARD18 Code Repositories===
The BOARD18 project keeps its repositories at [https://gitorious.org/board18 Gitorious].
The BOARD18 project keeps its code repositories at [https://github.com Github].
'''Use [[How To Contribute Code|this How To document]] as a guide to using Gitorious to code for the BOARD18 Project.'''

Latest revision as of 12:26, 4 February 2020

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.