From 4e95ee036e0a4974a2346cc15cb55eca6702863b Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 18 Nov 2016 15:15:14 -0500 Subject: [PATCH] Update pull request template to provide context This updates the pull request template to provide more context about why specific things may be needed. This helps to make it feel like it is being asked for to help the team rather than arbitrary questions that don't seem applicable, such as command output for a docs change. --- lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md b/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md index 5cfd027103a..4bfadfb69e3 100644 --- a/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md +++ b/lib/ansible/modules/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,11 @@ ##### ANSIBLE VERSION - + ``` ``` @@ -22,7 +26,11 @@ If you are fixing an existing issue, please include "Fixes #nnnn" in your commit message and your description; but you should still explain what the change does. --> - + ``` ```