ansible/ISSUE_TEMPLATE.md

44 lines
1.1 KiB
Markdown
Raw Normal View History

##### Issue Type:
Please pick one and delete the rest:
- Bug Report
- Feature Idea
- Documentation Report
##### Ansible Version:
Please paste the verbatim output from running “ansible --version”.
2015-05-08 00:24:33 +02:00
##### Ansible Configuration:
Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).
2015-05-08 00:24:33 +02:00
##### Environment:
Please mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that isn't 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.
You can include example playbooks inline (indented by four spaces) or
upload larger ones to gist.github.com and paste a link here.
##### Expected Results:
What did you expect to happen when running the steps above?
##### Actual Results:
What actually happened?
(If you're pasting verbatim command output, remember to indent it by
four spaces so it will render correctly in Github.)