Skip to content

Commit

Permalink
MAINTAINERS: Explain the format and reference other projects
Browse files Browse the repository at this point in the history
Currently the OCI seems to have one repository per Project.  A few
repositories are not official projects; ocitools is just becoming
official [1] and artwork [2] may never be a Project.  But I expect
that going forward, any opencontainers/ repos that have a MAINTAINERS
file will be official Projects, so the union rule here should be
both correct and easy to maintain.

The file is not Markdown, so I've gone with my usual reference-style
link instead of a Markdown reference-style link.

[1]: opencontainers/tob#18
     Subject: Create runtime-tools and image-tools projects
[2]: https://github.com/opencontainers/artwork

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Aug 21, 2017
1 parent 8e4c7e3 commit bc2b440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This meta-project is maintained by the union of MAINTAINERS for all OCI Projects [1].

Other OCI Projects should list one maintainer per line, with a name, email address, and GitHub username:

Random J Developer <random@developer.example.org> (@RandomJDeveloperExample)
A. U. Thor <author@example.org> (@AUThorExample)

[1]: https://github.com/opencontainers/

0 comments on commit bc2b440

Please sign in to comment.