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

Update the GitHub templates to what is used for some time on ansible/ansible
For more information, see ansible/ansible#15961
This commit is contained in:
Dag Wieers
2016-06-09 17:00:00 +02:00
committed by Matt Clay
parent 7e70ef2223
commit 6557fc5c64
2 changed files with 13 additions and 9 deletions

View File

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