From fdef177f9ccd6a281bd4496f84fd820eacb3c8aa Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 30 Apr 2020 17:26:05 -0700 Subject: [PATCH] Highlight the image maintainer and where to get help more explicitly --- .template-helpers/template.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.template-helpers/template.md b/.template-helpers/template.md index eb8d261cd..987374943 100644 --- a/.template-helpers/template.md +++ b/.template-helpers/template.md @@ -1,18 +1,20 @@ -# Supported tags and respective `Dockerfile` links - -%%TAGS%% - # Quick reference +- **Maintained by**: + %%MAINTAINER%% + - **Where to get help**: %%GET-HELP%% +# Supported tags and respective `Dockerfile` links + +%%TAGS%% + +# Quick reference (cont.) + - **Where to file issues**: %%ISSUES%% -- **Maintained by**: - %%MAINTAINER%% - - **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64)) %%ARCHES%%