mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
Use triple-backticks for verbatim output
It's easier than indenting by four spaces, as @willthames points out.
This commit is contained in:
@@ -7,7 +7,9 @@ Please pick one and delete the rest:
|
||||
|
||||
##### Ansible Version:
|
||||
|
||||
Please paste the verbatim output from running “ansible --version”.
|
||||
```
|
||||
(Paste verbatim output from “ansible --version” here)
|
||||
```
|
||||
|
||||
##### Ansible Configuration:
|
||||
|
||||
@@ -28,8 +30,11 @@ Please explain the problem briefly.
|
||||
For bugs, please show exactly how to reproduce the problem. For new
|
||||
features, show how the feature would be used.
|
||||
|
||||
You can include example playbooks inline (indented by four spaces) or
|
||||
upload larger ones to gist.github.com and paste a link here.
|
||||
```
|
||||
(Paste example playbooks or commands here)
|
||||
```
|
||||
|
||||
You can also paste gist.github.com links for larger files.
|
||||
|
||||
##### Expected Results:
|
||||
|
||||
@@ -39,5 +44,6 @@ What did you expect to happen when running the steps above?
|
||||
|
||||
What actually happened?
|
||||
|
||||
(If you're pasting verbatim command output, remember to indent it by
|
||||
four spaces so it will render correctly in Github.)
|
||||
```
|
||||
(Paste verbatim command output here)
|
||||
```
|
||||
|
||||
@@ -8,7 +8,9 @@ Please pick one and delete the rest:
|
||||
|
||||
##### Ansible Version:
|
||||
|
||||
Please paste the verbatim output from running “ansible --version”.
|
||||
```
|
||||
(Paste verbatim output from “ansible --version” here)
|
||||
```
|
||||
|
||||
##### Summary:
|
||||
|
||||
@@ -20,4 +22,6 @@ the change does.)
|
||||
|
||||
##### Example output:
|
||||
|
||||
If necessary, paste example output (indented by four spaces) here.
|
||||
```
|
||||
(Paste verbatim command output here if necessary)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user