Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

42 lines (28 loc) · 1.15 KB

Contributing

Welcome to OpenTelemetry specifications repository!

Before you start - see OpenTelemetry general contributing requirements and recommendations.

Proposing a change

Significant changes should go through the RFC process.

Writing specs

Specification is written in markdown format. Please make sure files are rendered OK on GitHub.

We highly encourage to use line breaks in markdown files at 80 characters wide. There are tools that can do it for you effectively. Please submit proposal to include your editor settings required to enable this behavior so the out of the box settings for this repository will be consistent.

In addition, please make sure to clean up typos before you submit the change.

To check for typos, use

# Golang is needed for the misspell tool.
make install-misspell
make misspell

To quickly fix typos, use

make misspell-correction

Sign the CLA

Before you can contribute, you will need to sign the Contributor License Agreement.