2e9fc91844
- Instruct to verify if an issue/request already exists - Use uppercase for titles (easier to parse as titles) - Remove empty lines where it makes sense (instructions) - Ensure that commit-message appears directly under summary (pull-requests)
24 lines
612 B
Markdown
24 lines
612 B
Markdown
##### ISSUE TYPE
|
|
<!--- Pick one below and delete the rest: -->
|
|
- Feature Pull Request
|
|
- New Module Pull Request
|
|
- Bugfix Pull Request
|
|
- Docs Pull Request
|
|
|
|
##### ANSIBLE VERSION
|
|
```
|
|
<!--- 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.
|
|
-->
|
|
|
|
```
|
|
<!-- Paste verbatim command output here, e.g. before and after your change -->
|
|
```
|