From a42ed6f06f463a6f31c77554b0329d84a690f592 Mon Sep 17 00:00:00 2001 From: "Lance T. Erickson" Date: Tue, 15 Nov 2022 10:25:47 -0600 Subject: [PATCH] Remove metric branch reference from CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ef351b38cb..0653deb60c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Please take a look at this list first, your contributions may belong in one of t # Find the right branch -The default branch for this repo is `main`. Changes that pertain to `metrics` go into the `metrics` branch. Any changes that pertain to components marked as `stable` in the [specifications](https://github.com/open-telemetry/opentelemetry-specification) or anything that is not `metrics` related go into this branch. +The default branch for this repo is `main`. All feature work is accomplished on branches from `main`. ## Find a Buddy and get Started Quickly!