From bd54067287d404eb7473792bb9eb9ef3c6bfe3f8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 18 Feb 2016 09:28:47 -0800 Subject: [PATCH] point to local issue temmplate --- lib/ansible/modules/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/CONTRIBUTING.md b/lib/ansible/modules/CONTRIBUTING.md index ea9c4ced04e..858b757902e 100644 --- a/lib/ansible/modules/CONTRIBUTING.md +++ b/lib/ansible/modules/CONTRIBUTING.md @@ -18,7 +18,7 @@ Please see [this web page](http://docs.ansible.com/community.html) for informati If you'd like to file a bug =========================== -I'd also read the community page above, but in particular, make sure you copy [this issue template](https://github.com/ansible/ansible/blob/devel/ISSUE_TEMPLATE.md) into your ticket description. We have a friendly neighborhood bot that will remind you if you forget :) This template helps us organize tickets faster and prevents asking some repeated questions, so it's very helpful to us and we appreciate your help with it. +I'd also read the community page above, but in particular, make sure you copy [this issue template](https://github.com/ansible/ansible-modules-core/blob/devel/ISSUE_TEMPLATE.md) into your ticket description. We have a friendly neighborhood bot that will remind you if you forget :) This template helps us organize tickets faster and prevents asking some repeated questions, so it's very helpful to us and we appreciate your help with it. Also please make sure you are testing on the latest released version of Ansible or the development branch.