blob: 426dafe3aebe91196c2fa4dd4f3e57a7234e6505 (
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/CONTRIBUTING.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`.
|