From 9be87c2022aab5585a38f6c795c1dff94ee87598 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Tue, 28 Feb 2023 18:12:44 -0800 Subject: [PATCH 1/3] fixes #23 Signed-off-by: Steve Lasker --- sub-project.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sub-project.md diff --git a/sub-project.md b/sub-project.md new file mode 100644 index 0000000..c78e3c2 --- /dev/null +++ b/sub-project.md @@ -0,0 +1,13 @@ +# ORAS Sub-Projects + +The ORAS Project represents the following sub-projects: + +| Sub-Project | Repositories | Sub-Project Maintainers | +| - | - | - | +| Org Governance | [governance](https://github.com/oras-project/community) | [CODEOWNERS](https://github.com/oras-project/community/blob/main/CODEOWNERS) | +| [oras.land](https://oras.land) website content | [oras-www](https://github.com/oras-project/oras-www) | [CODEOWNERS](https://github.com/oras-project/oras-www/blob/main/CODEOWNERS) | +| oras go client | [oras](https://github.com/oras-project/oras)
[oras-go](https://github.com/oras-project/oras-go)
[setup-oras](https://github.com/oras-project/setup-oras)
[oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | [CODEOWNERS](https://github.com/oras-project/oras/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/oras-go/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/setup-oras/blob/main/CODEOWNERS)
see issue: [Update CODEOWNERS #6](https://github.com/oras-project/oras-credentials-go/issues/6) | +| ORAS pypi | [oras-py](https://github.com/oras-project/oras-py) | [CODEOWNERS](https://github.com/oras-project/oras-py/blob/main/CODEOWNERS) | +| ORAS Artifacts Spec | [artifacts-spec](https://github.com/oras-project/artifacts-spec)
[distribution](https://github.com/oras-project/distribution) fork | [CODEOWNERS](https://github.com/oras-project/artifacts-spec/blob/main/CODEOWNERS)
artifacts-spec/[CODEOWNERS](https://github.com/oras-project/artifacts-spec/blob/main/CODEOWNERS)| + +To submit a project, see [GOVERNANCE: Sub-Project Owners](https://github.com/oras-project/community/blob/main/governance/GOVERNANCE.md#subproject-owners) for more info. From 3f582c6a2bbfe442f722ca080827ba95d11462c9 Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Tue, 28 Feb 2023 18:14:00 -0800 Subject: [PATCH 2/3] file rename Signed-off-by: Steve Lasker --- sub-project.md => sub-projects.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename sub-project.md => sub-projects.md (100%) diff --git a/sub-project.md b/sub-projects.md similarity index 100% rename from sub-project.md rename to sub-projects.md From 3f691e4d9f737e3dca0f0d0abad5274d1211db9f Mon Sep 17 00:00:00 2001 From: Steve Lasker Date: Thu, 16 Mar 2023 09:34:26 -0700 Subject: [PATCH 3/3] Remove resolved issue reference Signed-off-by: Steve Lasker --- sub-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub-projects.md b/sub-projects.md index c78e3c2..4aee7a2 100644 --- a/sub-projects.md +++ b/sub-projects.md @@ -6,7 +6,7 @@ The ORAS Project represents the following sub-projects: | - | - | - | | Org Governance | [governance](https://github.com/oras-project/community) | [CODEOWNERS](https://github.com/oras-project/community/blob/main/CODEOWNERS) | | [oras.land](https://oras.land) website content | [oras-www](https://github.com/oras-project/oras-www) | [CODEOWNERS](https://github.com/oras-project/oras-www/blob/main/CODEOWNERS) | -| oras go client | [oras](https://github.com/oras-project/oras)
[oras-go](https://github.com/oras-project/oras-go)
[setup-oras](https://github.com/oras-project/setup-oras)
[oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | [CODEOWNERS](https://github.com/oras-project/oras/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/oras-go/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/setup-oras/blob/main/CODEOWNERS)
see issue: [Update CODEOWNERS #6](https://github.com/oras-project/oras-credentials-go/issues/6) | +| oras go client | [oras](https://github.com/oras-project/oras)
[oras-go](https://github.com/oras-project/oras-go)
[setup-oras](https://github.com/oras-project/setup-oras)
[oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | [CODEOWNERS](https://github.com/oras-project/oras/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/oras-go/blob/main/CODEOWNERS)
[CODEOWNERS](https://github.com/oras-project/setup-oras/blob/main/CODEOWNERS) | | ORAS pypi | [oras-py](https://github.com/oras-project/oras-py) | [CODEOWNERS](https://github.com/oras-project/oras-py/blob/main/CODEOWNERS) | | ORAS Artifacts Spec | [artifacts-spec](https://github.com/oras-project/artifacts-spec)
[distribution](https://github.com/oras-project/distribution) fork | [CODEOWNERS](https://github.com/oras-project/artifacts-spec/blob/main/CODEOWNERS)
artifacts-spec/[CODEOWNERS](https://github.com/oras-project/artifacts-spec/blob/main/CODEOWNERS)|