Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 366 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 366 Bytes

Contributions to cleanlab are welcome. When contributing, please keep the following in mind:

  1. Avoid adding blank lines or spaces to the ends of lines.
  2. Follow PEP-8 coding style.
  3. Always add tests to check the code you added. Tests go in cleanlab/tests/.
  4. Submit a pull request (it will automatically run your code and make sure nothing breaks).

Thanks!