ansible/ISSUE_TEMPLATE.md

54 lines
1.2 KiB
Markdown
Raw Normal View History

2016-02-18 18:27:15 +01:00
##### Issue Type:
2016-02-25 01:26:00 +01:00
<!-- Please pick one and delete the rest: -->
2016-02-18 18:27:15 +01:00
- Bug Report
- Feature Idea
- Documentation Report
##### Plugin Name:
2016-02-25 01:26:00 +01:00
<!-- Name of the plugin/module/task -->
2016-02-18 18:27:15 +01:00
##### Ansible Version:
```
2016-02-25 01:26:00 +01:00
<!-- (Paste verbatim output from “ansible --version” here) -->
2016-02-18 18:27:15 +01:00
```
##### Ansible Configuration:
2016-02-25 01:26:00 +01:00
<!-- Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables). -->
2016-02-18 18:27:15 +01:00
##### Environment:
2016-02-25 01:26:00 +01:00
<!-- 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. -->
2016-02-18 18:27:15 +01:00
##### Summary:
2016-02-25 01:26:00 +01:00
<!-- Please explain the problem briefly. -->
2016-02-18 18:27:15 +01:00
##### Steps To Reproduce:
2016-02-25 01:26:00 +01:00
<!-- For bugs, please show exactly how to reproduce the problem.
For new features, show how the feature would be used. -->
2016-02-18 18:27:15 +01:00
```
2016-02-25 01:26:00 +01:00
<!-- (Paste example playbooks or commands here) -->
2016-02-18 18:27:15 +01:00
```
2016-02-25 01:26:00 +01:00
<!-- You can also paste gist.github.com links for larger files. -->
2016-02-18 18:27:15 +01:00
##### Expected Results:
2016-02-25 01:26:00 +01:00
<!-- What did you expect to happen when running the steps above? -->
2016-02-18 18:27:15 +01:00
##### Actual Results:
2016-02-25 01:26:00 +01:00
<!-- What actually happened? If possible run with high verbosity (-vvvv) -->
2016-02-18 18:27:15 +01:00
```
2016-02-25 01:26:00 +01:00
<!-- (Paste verbatim command output here) -->
2016-02-18 18:27:15 +01:00
```