From f9c4fdab407f6fc9892439ecd622802b83b38078 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Mon, 23 May 2016 21:37:17 +0200 Subject: [PATCH] Move comments out of code-blocks (#15961) In hindsight, I think it is better to have empty code-blocks then comment placeholders when people don't replace those sections. --- .github/ISSUE_TEMPLATE.md | 13 ++++++++----- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index eb52119564..1bbf2567b5 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -8,8 +8,9 @@ ##### ANSIBLE VERSION + ``` - + ``` ##### CONFIGURATION @@ -33,8 +34,9 @@ For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> + ``` - + ``` @@ -43,8 +45,9 @@ For new features, show how the feature would be used. ##### ACTUAL RESULTS - + + + +``` ``` - -``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b9a1918530..a9bba117ef 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,8 +6,9 @@ - Docs Pull Request ##### ANSIBLE VERSION + ``` - + ``` ##### SUMMARY @@ -19,6 +20,7 @@ commit message and your description; but you should still explain what the change does. --> + ``` - + ```