diff --git a/README.md b/README.md index 3055c0633..73aaa65d5 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ All Markdown files here are run through [tianon's fork of `markdownfmt`](https:/ - create a `README-short.txt` (required, 100 char max) - create a `content.md` (required) - create a `license.md` (required) +- create a `maintainer.md` (required) - create a `github-repo` (required) - add a `logo.png` (recommended) @@ -95,6 +96,10 @@ This file should contain a link to the license for the main software in the imag View [license information](http://golang.org/LICENSE) for the software contained in this image. ``` +## `/maintainer.md` + +This file should contain a link to the maintainers of the Dockerfile. + ## `/github-repo` This file should contain the URL to the GitHub repository for the Dockerfiles that become the images. The file should be in a single line ending in a newline with no extraneous whitespace. Only one GitHub repo per image repository is supported. It is used in generating links. Here is an example for `golang`: