ansible-nas/.github/ISSUE_TEMPLATE.md

22 lines
904 B
Markdown
Raw Normal View History

2018-12-03 09:51:14 +00:00
For :bug: bug reports, please fill out the information below plus any additional relevant information. For feature requests, feel free to clear the form.
If you're reporting an issue with execution of the Ansible-NAS playbook, please run the playbook with `-vvv`, and ideally isolate the problematic part with `--tags <ansible tag>` where possible.
**Short problem description**
Enter a couple of lines about the issue.
**Environment**
- Ansible-NAS revision (`git rev-parse --short HEAD`):
- Ansible version (paste the entire output of `ansible --version` on the machine you run the playbook from):
- Ansible-NAS operating system (`uname -a` on the Ansible-NAS box):
- Ansible-NAS Python version (`python --version` on the Ansible-NAS box):
**Expected behavior**
What should happen?
**Actual behavior**
What actually happens?
**Steps to reproduce**
What does someone need to do to reproduce this?