Skip to content

Commit

Permalink
Update CONTRIBUTING.md (CLA no longer missing) (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored and bogdandrutu committed Aug 14, 2019
1 parent 9ede324 commit a1d5556
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Contributing

This repository is NOT open for pull requests outside of the limited set of
people due to missing CLA. Please file issues instead for proposals and issues
reporting. We are working on removing this limitation and allowing
contributions.
We welcome contributions to this repository!

## Style
Have a look at our [community repo](https://github.com/open-telemetry/community) to get started with OpenTelemetry.

If you want to add new features or change behavior, please make sure your changes follow the [OpenTelemetry Specification](https://github.com/open-telemetry/opentelemetry-specification).
Otherwise file an issue or submit a PR to the specification repo first.

Make sure to review the projects [license](LICENSE) and sign the [CNCF CLA](https://identity.linuxfoundation.org/projects/cncf).
A signed CLA will be enforced by an automatic check once you submit a PR, but you can also sign it after opening your PR.

See our general [contribution guidelines](https://github.com/open-telemetry/community/blob/master/CONTRIBUTING.md) for more information.

## Style guideline

We follow the [Google Java Style
Guide](https://google.github.io/styleguide/javaguide.html). Our build
Expand Down

0 comments on commit a1d5556

Please sign in to comment.