Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 365 Bytes

First-time contributors: Please fill out the Dropbox Contributor License Agreement (CLA) at https://opensource.dropbox.com/cla/ (we currently check this manually, so we apologize for delays).

Everyone:

  • Please run the tests (pytest) and make sure they pass.
  • Please add tests for the bug/feature you are fixing/adding.
  • Please follow PEP 8 for coding style.