Skip to content

Commit 3032304

Browse files
stickeegregRoBorg
andauthored
Add 'Contributing' message (#1108)
Co-authored-by: RoBorg <[email protected]>
1 parent 1852d51 commit 3032304

File tree

9 files changed

+48
-3
lines changed

9 files changed

+48
-3
lines changed

proto/otel/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

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

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

2626
The extension can be installed alongside the native library, and it will be used instead if available.
27+
28+
## Contributing
29+
30+
This repository is a read-only git subtree split.
31+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/API/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@
66

77
# OpenTelemetry API
88

9-
Documentation: https://opentelemetry.io/docs/instrumentation/php
9+
Documentation: https://opentelemetry.io/docs/instrumentation/php
10+
11+
## Contributing
12+
13+
This repository is a read-only git subtree split.
14+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/Context/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,9 @@ function bindContext(Closure $closure): Closure {
5555
}
5656
```
5757

58+
## Contributing
59+
60+
This repository is a read-only git subtree split.
61+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).
62+
5863
[1]: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/README.md#context

src/Contrib/Grpc/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/trace
2424
$transport = (new \OpenTelemetry\Contrib\Grpc\GrpcTransportFactory())->create('http://collector:4317');
2525
$exporter = new \OpenTelemetry\Contrib\Otlp\SpanExporter($transport);
2626
```
27+
28+
## Contributing
29+
30+
This repository is a read-only git subtree split.
31+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/Contrib/Otlp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ makes exporting _significantly_ more performant. This can be easily installed wi
3838
```shell
3939
pecl install protobuf
4040
```
41+
42+
## Contributing
43+
44+
This repository is a read-only git subtree split.
45+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/Contrib/Zipkin/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ https://opentelemetry.io/docs/instrumentation/php/exporters/#zipkin
1515
## Usage
1616

1717
See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/traces/exporters/zipkin.php
18+
19+
## Contributing
20+
21+
This repository is a read-only git subtree split.
22+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/Extension/Propagator/B3/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,9 @@ B3Propagator::getB3MultiHeaderInstance()
2424
```
2525

2626
Both of the above have `extract` and `inject` methods available to extract and inject respectively into the
27-
header.
27+
header.
28+
29+
## Contributing
30+
31+
This repository is a read-only git subtree split.
32+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/SDK/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ $meter = \OpenTelemetry\API\Globals::meterProvider()->getMeter('example');
4242
If autoloading was not successful (or partially successful), no-op implementations of the above may be returned.
4343

4444
See https://github.com/open-telemetry/opentelemetry-php/blob/main/examples/autoload_sdk.php for a more detailed example.
45+
46+
## Contributing
47+
48+
This repository is a read-only git subtree split.
49+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

src/SemConv/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ See https://opentelemetry.io/docs/concepts/semantic-conventions/.
1515
```shell
1616
composer require open-telemetry/sem-conv
1717
```
18+
19+
## Contributing
20+
21+
This repository is a read-only git subtree split.
22+
To contribute, please see the main [OpenTelemetry PHP monorepo](https://github.com/open-telemetry/opentelemetry-php).

0 commit comments

Comments
 (0)