From 430d04efeb9b02c17e92c4872e0bdc3efe282f36 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Fri, 28 Mar 2014 11:13:04 -0700 Subject: [PATCH] Standardize section header capitalization Only capitalize the first word in each section header because that is what most sections already do. Change-Id: Id02b17cddba468567e32267bd5d463b2467b43b8 --- specs/template.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/template.rst b/specs/template.rst index 0cba5c17d..c2ac563e5 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -130,7 +130,7 @@ additionaProperties should be False). Reuse of existing predefined parameter types such as regexps for passwords and user defined names is highly encouraged. -Security Impact +Security impact --------------- Describe any potential security impact on the system. Some of the items to @@ -166,7 +166,7 @@ Notifications impact Please specify any changes to notifications. Be that an extra notification, changes to an existing notification, or removing a notification. -Other End user impact +Other end user impact --------------------- Aside from the API, are there other ways a user will interact with this feature? @@ -199,7 +199,7 @@ Examples of things to consider here include: * Will the change include any locking, and if so what considerations are there on holding the lock? -Other Deployer impact +Other deployer impact --------------------- Discuss things that will affect how you deploy and configure OpenStack