Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 560 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 560 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 BytePS C++ code should conform to Google C++ Style Guide.
  3. Add unit tests for any new code you write.
  4. Run unit tests in both CI and GPU environments.