blob: 56d5c1e63f4f5bb45380d0392b7c9c1bac27ec03 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Contributing
Read OpenTelemetry project [contributing
guide](https://github.com/open-telemetry/community/blob/main/guides/contributor/README.md)
for general information about the project.
## Prerequisites
- `Docker`
## Making changes to the .proto files
After making any changes to .proto files make sure to generate all
implementation by running `make gen-all`.
|