Skip to content

Commit

Permalink
Add 'Contributing' message (#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: RoBorg <[email protected]>
  • Loading branch information
stickeegreg and RoBorg authored Sep 5, 2023
1 parent d7c9b53 commit 30fe95f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

OTLP exporting requires a [protobuf runtime library](https://github.com/protocolbuffers/protobuf/tree/main/php).

There exist two protobuf runtime libraries that offer the same set of APIs, allowing developers to choose the one that
There exist two protobuf runtime libraries that offer the same set of APIs, allowing developers to choose the one that
best suits their needs.

This package requires `google/protobuf`, which is the native implementation. It is easy to install and a good way to get
Expand All @@ -24,3 +24,8 @@ pecl install protobuf
```

The extension can be installed alongside the native library, and it will be used instead if available.

## Contributing

This repository is a read-only git subtree split.
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

0 comments on commit 30fe95f

Please sign in to comment.