summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2014-02-11 10:26:25 -0500
committerJames Tanner <tanner.jc@gmail.com>2014-02-11 10:26:25 -0500
commitb5c242773d9b63284850266398c7b154a36c49a4 (patch)
tree8fa96d687fb820bb9d0381fa202e59d588f9db9a /CONTRIBUTING.md
parentacae162d4d2618ff31bd8ab11bc2494acbcb5d34 (diff)
downloadansible-b5c242773d9b63284850266398c7b154a36c49a4.tar.gz
Update bug reporting instructions to refer to the issue template
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 706aea0924..91a7339b8a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -91,14 +91,7 @@ Bugs should be reported to [github.com/ansible/ansible](http://github.com/ansibl
signing up for a free github account. Before reporting a bug, please use the bug/issue search
to see if the issue has already been reported.
-When filing a bug, the following information is always required:
-
-* A good name for the bug ("Foo module raises exception when xyz=glork is used", vs "foo doesn't work")
-* A succinct description of the problem
-* What version of ansible you are using (ansible --version)
-* Steps to reproduce the problem, including commands or playbook snippets as relevant
-* Expected results
-* Actual results, and as full/complete output as possible
+When filing a bug, please use the [issue template](https://raw2.github.com/ansible/ansible/devel/examples/issues/ISSUE_TEMPLATE.md) to provide all relevant information.
Do not use the issue tracker for "how do I do this" type questions. These are great candidates
for IRC or the mailing list instead where things are likely to be more of a discussion.