Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 539 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (11 loc) · 539 Bytes

Contributing Guidelines

How to report a bug

Search the issues on GitHub to check that nobody has opened an identical issue previously. If this is not the case, open an issue reporting it.

How to suggest a new feature

First, open an issue suggesting the proposed feature to get feedback/guidance on it. Should you want to implement it, open a pull request.

How to fix formatting/spelling/correct a typo

Open a pull request.

Coding style

All Python code should be PEP 8 compliant.