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

  1. Make sure all the auto-generated code is up to date and committed.
  2. Update __version__ in python/lookout/sdk/__init__.py with the same version that you will use for the tag (manual step required until #2 is implemented).
  3. Create the release tag.