ansible/PULL_REQUEST_TEMPLATE.md
Dag Wieers b432faa395 Put the advice to the user as comments in the template
Most issues include parts of the advice from the template, which adds noise to tickets.
E.g. A lot of tickets include the text "Please pick one and delete the rest:"

By adding the advice to the user as comments (<!--- comment -->) we achieve two important things:

 1. The advice does not end up in the actual issue ticket or pull request

 2. It is easier for the user to differentiate its own input and the original advice
    (And my help them to clean up the advice as well, which in fact is now no longer necessary)
2016-02-23 12:15:24 +01:00

29 lines
597 B
Markdown

##### Issue Type:
<!--- Please pick one 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” here -->
```
##### Summary:
<!--- Please describe the change and the reason for it -->
<!---
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.
-->
##### Example output:
```
<!-- Paste verbatim command output here if necessary -->
```