Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 635 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 635 Bytes

Contributing to Cadnano

Thank you for your interest in contributing to Cadnano.

Reporting Bugs

Styleguide

  • Lint with flake8 --ignore=E221,E222,E226,E241,E266,E731 --max-line-length=120.
  • Use camelCaseMethod names.
  • Use lowercase_underscore_separated_variable names.
  • Use all caps for PUBLIC_CLASS_VARIABLE names.
  • Use leading underscore for _privateClassMethod names.
  • Use leading underscore for _private_instance_variable names.
  • Use leading underscore for _MODULE_VARIABLE names.