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.
This commit is contained in:
parent
cf44db58e0
commit
f9c4fdab40
2 changed files with 12 additions and 7 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -8,8 +8,9 @@
|
||||||
|
|
||||||
|
|
||||||
##### ANSIBLE VERSION
|
##### ANSIBLE VERSION
|
||||||
|
<!--- Paste verbatim output from “ansible --version” between quotes below -->
|
||||||
```
|
```
|
||||||
<!--- Paste verbatim output from “ansible --version” between quotes -->
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### CONFIGURATION
|
##### CONFIGURATION
|
||||||
|
@ -33,8 +34,9 @@ For bugs, show exactly how to reproduce the problem.
|
||||||
For new features, show how the feature would be used.
|
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 -->
|
<!--- 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? -->
|
<!--- What did you expect to happen when running the steps above? -->
|
||||||
|
|
||||||
##### ACTUAL RESULTS
|
##### 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 -->
|
|
||||||
```
|
|
||||||
|
|
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -6,8 +6,9 @@
|
||||||
- Docs Pull Request
|
- Docs Pull Request
|
||||||
|
|
||||||
##### ANSIBLE VERSION
|
##### ANSIBLE VERSION
|
||||||
|
<!--- Paste verbatim output from “ansible --version” between quotes below -->
|
||||||
```
|
```
|
||||||
<!--- Paste verbatim output from “ansible --version” between quotes -->
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### SUMMARY
|
##### SUMMARY
|
||||||
|
@ -19,6 +20,7 @@ commit message and your description; but you should still explain what
|
||||||
the change does.
|
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 -->
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue