Skip to content
Tim Hadwen edited this page Nov 23, 2015 · 3 revisions

Open MineSim

Code Styling
Sticking to the Google Java style but for an increased line width of 120 characters

Test Coverage
The project as a whole is aiming to keep a testing coverage of over 70%
This will be done for the most part through unit testing of the individual Java classes/elements.

Code Submission
This differs the most from the original project. Henceforth this project has shifted to a pull request model. This means that you will need to use Github's Pull Request feature to bring your intended changes, along with an adequate description, to the attention of one of the repo's maintainers.
One of these maintainers will then review your suggested change and then let it pass on to be semi-permanently melded with the living, breathing code of the Open MineSim project.

Clone this wiki locally