Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 463 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 463 Bytes

Contributions to the polytope package are expected to follow the recommendations in the developer's guide of tulip. Please consider the following items when opening a pull request:

  1. add tests for new code
  2. ensure all tests are passing
  3. document new code
  4. adhere to PEP8 style conventions
  5. use informative commit messages
  6. tidy commit history