Contribution Guidelines
December 26, 2018 ยท View on GitHub
As all source{d} projects, this project follows the source{d} Contributing Guidelines.
Additional Contribution Guidelines
In addition to the source{d} Contributing Guidelines, this project follows the following guidelines.
Generated Code
Before submitting a pull request make sure all the generated code changes are also committed.
gRPC services
To generate the code for the gRPC services run:
$ make protogen
Release Process
- Make sure all the auto-generated code is up to date and committed.
- Update
__version__inpython/lookout/sdk/__init__.pywith the same version that you will use for the tag (manual step required until #2 is implemented). - Create the release tag.