We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 256317d + 5ee89ca commit 2832101Copy full SHA for 2832101
README.md
@@ -1,8 +1,11 @@
1
# OCI Project Template
2
3
-All OCI projects should have:
4
-* LICENSE
5
-* CONTRIBUTING.md
6
-* MAINTAINERS.md
7
-* MAINTAINERS_GUIDE.md
8
-* 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)
9
+* [Contributor guidelines](CONTRIBUTING.md)
10
+* [Project governance](GOVERNANCE.md)
11
+* [Release procedures](RELEASES.md)
0 commit comments