Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 343 Bytes

File metadata and controls

7 lines (7 loc) · 343 Bytes

Contributing Code

In order for your pull request to be accepted, it should be:

  • Clear and concise
  • Accompanied by the necessary unit tests for the introduced code
  • Include any relevant documentation
  • Following the existing Python code base style (PEP-8)
  • Licensed appropriately (Apache 2.0)