.github/ISSUE_TEMPLATE.md
2e9fc918
 <!--- Verify first that your issue/request is not already reported in GitHub -->
31984f0d
 
2e9fc918
 ##### ISSUE TYPE
 <!--- Pick one below and delete the rest: -->
905b1561
  - Bug Report
  - Feature Idea
  - Documentation Report
31984f0d
 
 
2e9fc918
 ##### ANSIBLE VERSION
54cd2069
 ```
2e9fc918
 <!--- Paste verbatim output from “ansible --version” between quotes -->
54cd2069
 ```
31984f0d
 
2e9fc918
 ##### CONFIGURATION
b432faa3
 <!---
2e9fc918
 Mention any settings you have changed/added/removed in ansible.cfg
905b1561
 (or using the ANSIBLE_* environment variables).
b432faa3
 -->
238e2dee
 
2e9fc918
 ##### OS / ENVIRONMENT
b432faa3
 <!---
2e9fc918
 Mention the OS you are running Ansible from, and the OS you are
b432faa3
 managing, or say “N/A” for anything that is not platform-specific.
 -->
31984f0d
 
2e9fc918
 ##### SUMMARY
e4701b12
 <!--- Explain the problem briefly -->
31984f0d
 
2e9fc918
 ##### STEPS TO REPRODUCE
b432faa3
 <!---
e4701b12
 For bugs, show exactly how to reproduce the problem.
 For new features, show how the feature would be used.
b432faa3
 -->
905b1561
 
54cd2069
 ```
2e9fc918
 <!--- Paste example playbooks or commands between quotes -->
54cd2069
 ```
 
b432faa3
 <!--- You can also paste gist.github.com links for larger files -->
31984f0d
 
2e9fc918
 ##### EXPECTED RESULTS
b432faa3
 <!--- What did you expect to happen when running the steps above? -->
31984f0d
 
2e9fc918
 ##### ACTUAL RESULTS
064cdec6
 <!--- What actually happened? If possible run with high verbosity (-vvvv) -->
31984f0d
 
54cd2069
 ```
2e9fc918
 <!--- Paste verbatim command output between quotes -->
54cd2069
 ```