Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1.17 KB

Your contribution is welcome!

  • Question
  • Sharing your use case
  • Feature Request
  • Bug Report
  • Improve/refactor the current code (description about how you tested in the pull request comment is appreceated.)
  • Improve the documentation
  • Add a new feature (e.g. TensorFlow support)
  • Add test code (using pytest) for the existing/new code to src/tests directory

Testing environment (appreceated)

  • Python 3.7
  • Linux (Ubuntu 18.04.3 LTS or later if possible), Docker recommended

Coding Style (appreceated, but optional)