mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
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:
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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 -->
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user