Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 390 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 390 Bytes

Contribution

If you would like to contribute to pointers.py, just make a pull request with your changes.

Any pull request should include the following:

  • Type safe and provides type annotations
  • PEP 8 compliant code
  • Passes tests specified in the tests directory
  • Documentation updated accordingly