Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 586 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 586 Bytes

Contributing

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

Consistency Checks

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