-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sub-Project clarification #36
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# ORAS Sub-Projects | ||
|
||
The ORAS Project represents the following sub-projects: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to clarify the definition differences between sub-project and repository? This doc indicates that the sub-project is one or a group of repositories in the same category. |
||
|
||
| 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) | | ||
TerryHowe marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| [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)<br>[oras-go](https://github.com/oras-project/oras-go)<br>[setup-oras](https://github.com/oras-project/setup-oras)<br>[oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | [CODEOWNERS](https://github.com/oras-project/oras/blob/main/CODEOWNERS) <br>[CODEOWNERS](https://github.com/oras-project/oras-go/blob/main/CODEOWNERS)<br>[CODEOWNERS](https://github.com/oras-project/setup-oras/blob/main/CODEOWNERS) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SteveLasker Is it better to differentiate CLI and library for ORAS? It's a bit strange to put oras in the oras go client sub-project. Shall we create a new row |
||
| 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)<br>[distribution](https://github.com/oras-project/distribution) fork | [CODEOWNERS](https://github.com/oras-project/artifacts-spec/blob/main/CODEOWNERS)<br>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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to also update the
README.md
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, but that could be a separate PR