Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 711 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 711 Bytes

Contributing

Read OpenTelemetry project contributing guide for general information about the project.

Prerequisites

  • Protocol Buffers compiler protoc.
  • Protocol Buffers Go compiler protoc-gen-go.

Install manually or use:

  • install-proto.sh (if on Linux).
  • install-proto-osx.sh (for mac).

Making changes to the .proto files

Non-backward compatible changes to .proto files are permitted until protocol schema is declared complete.

After making any changes to .proto files make sure to generate Go implementation by running make gen-go. Generated files must be included in the same commit as the .proto files.