From fd644cc2a07c25b4cbeabdd1171aa17fad2a8c02 Mon Sep 17 00:00:00 2001
From: caowei <cao.wei@99cloud.net>
Date: Sat, 5 Nov 2016 07:37:17 +0800
Subject: [PATCH] Add header blocks in CONTRIBUTING.rst guide

TrivialFix
Change-Id: I5ef32d92b876b96d4bfc138a4b0408039c5a318e
---
 doc/CONTRIBUTING.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/CONTRIBUTING.rst b/doc/CONTRIBUTING.rst
index b942fe637d..18a1de5256 100644
--- a/doc/CONTRIBUTING.rst
+++ b/doc/CONTRIBUTING.rst
@@ -78,6 +78,8 @@ is as follows::
     FROM {{ namespace }}/{{ image_prefix }}openstack-base:{{ tag }}
     MAINTAINER {{ maintainer }}
 
+    {% block << service >>_header %}{% endblock %}
+
     {% import "macros.j2" as macros with context %}
 
     << binary specific steps >>
-- 
GitLab