Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.21 KB

CONTRIBUTING.rst

File metadata and controls

38 lines (26 loc) · 1.21 KB

Contributing to the Facebook Python SDK

Use Github Pull Requests

All potential code changes should be submitted as pull requests on Github. A pull request should only include commits directly applicable to its change (e.g. a pull request that adds a new feature should not include PEP8 changes in an unrelated area of the code).

Code Style

Code must be compliant with PEP8.Use the latest version of pep8pypi or flake8 to catch issues.

Git commit messages should include a summary and proper line wrapping.

Update Tests and Documentation

All non-trivial changes should include full test coverage. Please review the package's documentation to ensure that it is up to date with any changes.

Questions?

Visit the library's Google Group.