Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 465 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (5 loc) · 465 Bytes

Contribution guidelines

First of all, thanks for taking the time to contribute!

Please refer to the following guidelines to contribute new functionality or bug fixes:

  1. Use autopep8 to format the Python code.
  2. Use clang-format to format C++ code. Changes to LightSeq C++ code should conform to Google C++ Style Guide.