From 92a473e5d1871576477a000edc07509916895b52 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Fri, 2 Aug 2024 09:35:54 +0200 Subject: [PATCH] Fix community membership link (#5971) As we did in https://github.com/open-telemetry/opentelemetry-go/pull/5667 --- .github/ISSUE_TEMPLATE/owner.md | 2 +- CODEOWNERS | 2 +- CONTRIBUTING.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/owner.md b/.github/ISSUE_TEMPLATE/owner.md index 39506162c67..fd03fd3c61b 100644 --- a/.github/ISSUE_TEMPLATE/owner.md +++ b/.github/ISSUE_TEMPLATE/owner.md @@ -18,7 +18,7 @@ Module: [e.g. go.opentelemetry.io/contrib/zpages] - [ ] I understand I will be responsible for the stability and versioning compliance of the module - [ ] I understand I will be responsible for deciding any additional Code Owners of the module -[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/community-membership.md#member +[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member ### Relevant experience diff --git a/CODEOWNERS b/CODEOWNERS index d4abc2b9d36..58281da3558 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,7 +5,7 @@ ##################################################### # # Learn about membership in OpenTelemetry community: -# https://github.com/open-telemetry/community/blob/main/community-membership.md +# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member # # Learn about Code Owners policy in OpenTelemetry Go Contrib: # https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CONTRIBUTING.md#code-owners diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26f192a9066..a0863271f67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ How much interaction with the module is required before becoming a Code Owner is Code Ownership is ultimately up to the judgement of the existing Code Owners and Maintainers of this repository. Meeting the above requirements is not a guarantee to be granted Code Ownership. -[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/community-membership.md#member +[member of the OpenTelemetry organization]: https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#member ### Responsibilities @@ -55,7 +55,7 @@ It is at the discretion of the repository Maintainers and fellow Code Owners to If a Code Owner is determined to be unable to perform their duty, a repository Maintainer will remove their ownership. Inactivity greater than 5 months, during which time there are active Issues or Pull Requests to address, is deemed an automatic disqualification from being a Code Owner. -A repository Maintainer may remove an Code Owner inactive for this length. +A repository Maintainer may remove an Code Owner inactive for this length. ## Filing Issues @@ -146,4 +146,4 @@ Emeritus: ### Become an Approver or a Maintainer See the [community membership document in OpenTelemetry community -repo](https://github.com/open-telemetry/community/blob/main/community-membership.md). +repo](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md).