From 826968a53bd0335d82671c76ff8700fc825989d1 Mon Sep 17 00:00:00 2001 From: Chris Holmes Date: Tue, 30 Mar 2021 10:00:50 -0700 Subject: [PATCH] removed codeowners, as they are all external repos --- .github/CODEOWNERS | 19 ------------------- extensions/README.md | 4 ++-- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index a1350ec96..000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,19 +0,0 @@ -# This file tells GitHub who should "own" different extensions. -# Ownership for us means: -# - owners are (automatically) requested for review on any PR touching code in -# the extensions that they own -# - owners are shown in the UI in GitHub when someone is browsing files -# -# For more information about this file format see an example in the GitHub -# documentation: -# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file -# -# For more information about code owners in general, start at the beginning of that page' -# instead of at the example file: -# -# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners - -/extensions/eo/ @matthewhanson -/extensions/projection/ @matthewhanson -/extensions/scientific/ @m-mohr -/extensions/view/ @matthewhanson \ No newline at end of file diff --git a/extensions/README.md b/extensions/README.md index ec48a1a9a..92a90cfdc 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -30,7 +30,7 @@ fields between them to create a shared community extensions. See the section bel for information on how to get started. And everyone is encouraged to link to the extension in the table below, so others can be aware of it. -Each extension has at least one *owner*. You can find extension owners in each extension's README or in the [`CODEOWNERS`](../.github/CODEOWNERS) file. +Each extension has at least one *owner*. You can find extension owners in each extension's README. ## General Conventions @@ -102,7 +102,7 @@ an rough proposal, so others can potentially collaborate. | ----------------------- | ----------- | ----------- | --------- | | Proposal | 0 | An idea put forward by a community member to gather feedback | Not stable - breaking changes almost guaranteed as implementers try out the idea. | | Pilot | 1 | Idea is fleshed out, with examples and a JSON schema, and implemented in one or more catalogs. Additional implementations encouraged to help give feedback | Approaching stability - breaking changes are not anticipated but can easily come from additional feedback | -| Candidate | 3 | A number of implementers are using it and are standing behind it as a solid extension. Can generally count on an extension at this maturity level | Mostly stable, breaking changes require a new version and minor changes are unlikely. The extension has a [code owner](../.github/CODEOWNERS). | +| Candidate | 3 | A number of implementers are using it and are standing behind it as a solid extension. Can generally count on an extension at this maturity level | Mostly stable, breaking changes require a new version and minor changes are unlikely. The extension has a code owner, designated in its README. | | Stable | 6 | Highest current level of maturity. The community of extension maintainers commits to a STAC review process for any changes, which are not made lightly. | Completely stable, all changes require a new version number and review process. | | Deprecated | N/A | A previous extension that has likely been superseded by a newer one or did not work out for some reason. | DO NOT USE, is not supported |