From 3ad4ed1279820cb397fb1ddf5584bd8c114c9e23 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Sep 2016 22:26:24 -0700 Subject: [PATCH] README: Update list of content Use links, which gives us a bit more space to discuss the content while still making the filename discoverable. Signed-off-by: W. Trevor King --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2a80b08..a8187da 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # OCI Project Template -All OCI projects should have: -* LICENSE -* CONTRIBUTING.md -* MAINTAINERS.md -* MAINTAINERS_GUIDE.md -* README +Useful boilerplate and organizational information for all OCI projects. + +* README (this file) +* [The Apache License, Version 2.0](LICENSE) +* [A list of maintainers](MAINTAINERS) +* [Maintainer guidelines](MAINTAINERS_GUIDE.md) +* [Contributor guidelines](CONTRIBUTING.md) +* [Project governance](GOVERNANCE.md) +* [Release procedures](RELEASES.md)