项目文件夹

文件
T
Curtis G. Northcutt 2cfd7abafd Create CONTRIBUTING.md
2019-11-21 18:40:23 -05:00

366 B

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!