Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 551 Bytes

Check this points if you want to do a pull request :

  • Is my code written in PEP8?
  • Are the tests passing?
  • Is my feature or bug fix unit tested?
  • Does each of my commits represent an atomic functionality or bug fix?
  • Is my feature or bug fix related to an issue?
  • Is my code compatible with the minimum Python version? You can run make test-compat-min to check
  • Is my code compatible with the maximum Python version? You can run make test-compat-max to check