From bee779b456b118cf9f26c44c1b561b79f820a124 Mon Sep 17 00:00:00 2001 From: Bryan Aguilar Date: Wed, 30 Mar 2022 10:00:54 -0700 Subject: [PATCH] Update grammar --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bdbadeccb4ec..33a39b3be454 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,3 +70,5 @@ in general try to follow them. - When implementing exporters try to leverage the exporter helpers from the core repo, see [exporterhelper package](https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/exporterhelper). This will ensure that the exporter provides [zPages](https://opencensus.io/zpages/) and a standard set of metrics. +- `replace` statements in `go.mod` files can be automatically inserted by running `make crosslink`. For more information + on the `crosslink` tool see the README [here](https://github.com/open-telemetry/opentelemetry-go-build-tools/tree/main/crosslink).