Skip to content
This repository has been archived by the owner on Dec 24, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 384 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 384 Bytes

Contributing

Your contributions are always welcome!

Guidelines

  • Add one change per one commit.
  • Add one commit per one Pull Request.
  • Always comment your code (only in English!)
  • Check your spelling and grammar.
  • Check code with pycodestyle or with any other similar tool.
  • Make sure the tests pass.
  • If you add any functionality, then you should add tests for it.