Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 490 Bytes

CONTRIBUTE.md

File metadata and controls

20 lines (13 loc) · 490 Bytes

Contributing

Contributing to Planet Explorer QGIS plugin

Planet Explorer QGIS plugin is an open source project and we appreciate contributions very much.

Proper formatting

Before making a pull request, please make sure your code is properly formatted. To check for formatting errors use

paver pep8

to automatically format you code run following command before issuing git commit

paver autopep8