From aeb51d35436055de4789a1ac7be10e137da61de4 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Thu, 16 Feb 2017 11:49:34 -0800 Subject: [PATCH] CC the assignee (since direct issue assignment doesn't work) (#1726) * CC the assignee for each page * Update _config.yml --- _config.yml | 4 ++-- _layouts/docs.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 91ec4b2e3f..2cd7f91f78 100644 --- a/_config.yml +++ b/_config.yml @@ -48,7 +48,7 @@ defaults: - scope: path: "docker-cloud" values: - assignee: "sanscontext" + assignee: "londoncalling" - scope: path: "docker-for-mac" values: @@ -60,7 +60,7 @@ defaults: - scope: path: "docker-hub" values: - assignee: "sanscontext" + assignee: "johndmulhausen" - scope: path: "docker-store" values: diff --git a/_layouts/docs.html b/_layouts/docs.html index 74499a59aa..6cc13bb6a3 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -13,6 +13,8 @@ {% endif %} {% endfor %} {% endif %} + +{% if page.assignee %}{% assign assignee=page.assignee%}{% else %}{% assign assignee=page.defaultassignee%}{% endif %} {% assign edit_url = "https://github.com/docker/docker.github.io/edit/master/" | append: page.path %} {% for entry in site.data.not_edited_here.overrides %} @@ -226,7 +228,7 @@ ng\:form { {% if edit_url != "" %} Edit this page {% endif %} - Request docs changes Get support
Rate this page: + Request docs changes Get support
Rate this page: