From 31984f0dc32a5eaea3116235e171d4d98d42b5ec Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 9 Sep 2014 10:59:39 -0500 Subject: [PATCH] Moving the github issue template file to this repo --- ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..f4c96725a2f --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +##### Issue Type: + +What kind of ticket is this? You can say “Bug Report”, “Feature Idea”, “Feature Pull Request”, “New Module Pull Request”, “Bugfix Pull Request”, “Documentation Report”, or “Docs Pull Request”. + +##### Ansible Version: + +Please supply the verbatim output from running “ansible --version”. + +##### Environment: + +What OS are you running Ansible from and what OS are you managing? Examples include RHEL 5/6, Centos 5/6, Ubuntu 12.04/13.07, *BSD, Solaris. If this is a generic feature request or it doesn’t apply, just say “N/A”. + +##### Summary: + +Please summarize your request in this space. You will earn bonus points for being succinct, but please add enough detail so we can understand the request. + +##### Steps To Reproduce: + +If this is a bug ticket, please enter the steps you use to reproduce the problem in the space below. If this is a feature request, please enter the steps you would use to use the feature. If an example playbook is useful, please include a short reproducer inline, indented by four spaces. If a longer one is neccessary, please link one uploaded to gist.github.com. + +##### Expected Results: + +Please enter your expected results in this space. When running the steps supplied above, what would you expect to happen? If showing example output, indent your output by four spaces so it will render correctly in GitHub. + +##### Actual Results: + +Please enter your actual results in this space. When running the steps supplied above, what actually happened? If showing example output, indent your output by four spaces so it will render correctly in GitHub. +