Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 486 Bytes

CONTRIBUTE.md

File metadata and controls

22 lines (13 loc) · 486 Bytes

Contributing

Contributing to OS Certificate Store

OS Certificate Store 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