Read OpenTelemetry project contributing guide for general information about the project.
This repository has various checks to ensure the schema changes are valid. Before using:
-
Install the latest LTS release of Node. For example, using [nvm][] under Linux run:
nvm install --lts
-
Install tooling packages:
npm install
You can perform all checks locally using this command:
make all