Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CONTRIBUTING.md (CLA no longer missing) #492

Merged
merged 1 commit into from
Aug 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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