Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.54 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 1.54 KB

Contributing

Introduction

Welcome, and thank you for your interest in contributing to the OpenTelemetry Protocol (OTLP) Specification! Your contributions — big or small — are invaluable in shaping and improving this essential part of the OpenTelemetry ecosystem.

Whether you are fixing a small issue, updating documentation, or introducing a major improvement, we appreciate your efforts. If you're new to the project, don't hesitate to ask questions and seek guidance from the community. We are here to support you!

Before contributing, we encourage you to read the OpenTelemetry project contributing guide 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.

Further Help

If you have any questions or need assistance while contributing, feel free to reach out to the #otel-specification Slack channel.
View meeting notes of previous SIG calls in this google doc as stated here to stay up to date.

Also see the specification repo for more info. Thank you.