diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6a37c8a30f..ba09be666c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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