ansible/ISSUE_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

55 lines
1.1 KiB
Markdown

##### Issue Type:
<!--- Please pick one and delete the rest: -->
- Bug Report
- Feature Idea
- Documentation Report
##### Ansible Version:
```
<!--- Paste verbatim output from “ansible --version” here -->
```
##### Ansible Configuration:
<!---
Please mention any settings you have changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
-->
##### Environment:
<!---
Please mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that is not platform-specific.
-->
##### Summary:
<!--- Please explain the problem briefly -->
##### Steps To Reproduce:
<!---
For bugs, please show exactly how to reproduce the problem. For new
features, show how the feature would be used.
-->
```
<!--- Paste example playbooks or commands here -->
```
<!--- You can also paste gist.github.com links for larger files -->
##### Expected Results:
<!--- What did you expect to happen when running the steps above? -->
##### Actual Results:
<!--- What actually happened? -->
```
<!--- Paste verbatim command output here -->
```