Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 1.51 KB

CONTRIBUTING.md

File metadata and controls

8 lines (4 loc) · 1.51 KB

Code Style

We're using the Google Java Style Guide for the source code. With the exception that the abbreviations OSM, OSH and OSHDB are allowed to be used in method and class names. For some popular IDEs and code linting tools you can find configuration files of the used code style in the OSHDB repository: config/ide.

Check Examples

To ensure that the ohsome API runs with a defined set of examples, we collect several examples, in addition to the integrated unit and API tests. These examples are used to test the ohsome API before releases or productive deployments. If you fix a bug or implement a new feature, please think of a few exemplary requests to be added into the check-ohsome-api repository. They can be added as issue or directly as merge request. More information, see check-ohsome-api README.