From a475e76156aee1f48ac853d8509efa58dd1aaecb Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Sep 2016 22:19:05 -0700 Subject: [PATCH] MAINTAINERS: Explain the format and reference other projects 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]: https://github.com/opencontainers/tob/pull/18 Subject: Create runtime-tools and image-tools projects [2]: https://github.com/opencontainers/artwork Signed-off-by: W. Trevor King --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..9bee195 --- /dev/null +++ b/MAINTAINERS @@ -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 (@RandomJDeveloperExample) +A. U. Thor (@AUThorExample) + +[1]: https://github.com/opencontainers/