Difference between revisions of "Developer.Guidelines"

From BOARD18 Project WIKI
Jump to navigation Jump to search
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 around 10 people have contributed code, documentation or other work to BOARD18.  <br>The testing community for BOARD18 consists of fewer than 20 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. <br>
Thus there is no formal structure to the project. <br>
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 by email at '''rich at board18.org'''.
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'''.


===Communication with other Developers===
===Communication with other Developers===
The BOARD18 project has a closed Google group called "BOARD18 Dev" that is used by developers to communicate about the project and about code development. <br>Anyone can request to join this group
The BOARD18 project has a closed Google group called "BOARD18 Dev" that was used by developers to communicate about the project and about code development. <br>
[https://groups.google.com/forum/?hl=en#!forum/board18-dev from here].
This group is no longer used very much.


===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.   
[http://bugs.board18.org bugs.board18.org]. This tool is used to track bugs, enhancement requests and other tasks.   
<br>The bug list in this tracker should be a good source of ideas for developers looking for something to do.


===Submitting Merge Requests===
===BOARD18 Code Repositories===
The BOARD18 project keeps its repositories at [https://github.com Github].
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 Github to code for the BOARD18 Project.'''

Revision as of 08:36, 14 October 2017

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.

Communication with other Developers

The BOARD18 project has a closed Google group called "BOARD18 Dev" that was used by developers to communicate about the project and about code development.
This group is no longer used very much.

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.