Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 394 Bytes

CONTRIBUTION.md

File metadata and controls

12 lines (11 loc) · 394 Bytes

Contribution

You can contibute to the following repository by:

  1. Opening as issue and linking a Pull request that solves that issue
  2. Solve the existing pull request by linking a Pull request against the issue.

Code Formatting

Use black for code formatting. A simple example is:

black {source_file or directory}
black source.py
black scripts/