Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 509 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 509 Bytes

General

TBD: General contribution guidelines should go here

Style

TBD: More code style guidelines should go here

Python

Code should conform to PEP 8.

In particular, this means:

  • 4 spaces should be used for indentation, tabs are forbidden
  • Line length should be limited to 79 characters
  • Top-level functions and class definitions should be surrounded by two blank lines

JavaScript

  • 2 spaces should be used for indentation, tabs are forbidden