Update GitHub templates to reflect ansible/ansible (#3900)

* Update GitHub templates to reflect ansible/ansible

Update the GitHub templates to what is used for some time on ansible/ansible
For more information, see ansible/ansible#15961

* Small improvement from ansible/ansible
reviewable/pr18780/r1
Dag Wieers 9 years ago committed by Brian Coca
parent c14d4755e6
commit 08f531f92e

@ -10,8 +10,9 @@
<!--- Name of the plugin/module/task --> <!--- Name of the plugin/module/task -->
##### ANSIBLE VERSION ##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
``` ```
<!--- Paste verbatim output from “ansible --version” between quotes -->
``` ```
##### CONFIGURATION ##### CONFIGURATION
@ -35,8 +36,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 -->
@ -45,8 +47,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,22 +6,23 @@
- Docs Pull Request - Docs Pull Request
##### COMPONENT NAME ##### COMPONENT NAME
<!--- Name of the plugin/module/task --> <!--- Name of the plugin/module/task -->
##### ANSIBLE VERSION ##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
``` ```
<!--- Paste verbatim output from “ansible --version” between quotes -->
``` ```
##### SUMMARY ##### SUMMARY
<!--- Describe the change, including rationale and design decisions --> <!--- Describe the change, including rationale and design decisions -->
<!--- <!---
If you are fixing an existing issue, please include "Fixes #nnn" in your If you are fixing an existing issue, please include "Fixes #nnnn" in your commit
commit message and your description; but you should still explain what 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…
Cancel
Save