summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-05-23 21:37:17 +0200
committerBrian Coca <bcoca@ansible.com>2016-05-23 15:37:17 -0400
commitf9c4fdab407f6fc9892439ecd622802b83b38078 (patch)
treeb1306040123d55e656256aa61f4c7aae649b4743 /.github
parentcf44db58e051e9c18f15c5ef698cca065711dd9e (diff)
downloadansible-f9c4fdab407f6fc9892439ecd622802b83b38078.tar.gz
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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE.md11
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md6
2 files changed, 11 insertions, 6 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
+<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
-<!--- Paste verbatim output from “ansible --version” between quotes -->
+
```
##### CONFIGURATION
@@ -33,8 +34,9 @@ For bugs, show exactly how to reproduce the problem.
For new features, show how the feature would be used.
-->
+<!--- Paste example playbooks or commands between quotes below -->
```
-<!--- Paste example playbooks or commands between quotes -->
+
```
<!--- You can also paste gist.github.com links for larger files -->
@@ -43,8 +45,9 @@ For new features, show how the feature would be used.
<!--- What did you expect to happen when running the steps above? -->
##### ACTUAL RESULTS
-<!--- What actually happened? If possible run with high verbosity (-vvvv) -->
+<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
+<!--- Paste verbatim command output between quotes below -->
```
-<!--- Paste verbatim command output between quotes -->
+
```
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
+<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
-<!--- Paste verbatim output from “ansible --version” between quotes -->
+
```
##### SUMMARY
@@ -19,6 +20,7 @@ commit message and your description; but you should still explain what
the change does.
-->
+<!-- Paste verbatim command output below, e.g. before and after your change -->
```
-<!-- Paste verbatim command output here, e.g. before and after your change -->
+
```