From 947877dcce32ed544f1004a167196eb654b5d745 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 11 Aug 2016 16:14:27 +0200 Subject: [PATCH] Try to avoid module-related tickets in the core Ansible project (#17047) * Try to avoid module-related tickets in the core Ansible project Since most users still report module-related problems in the Ansible core GitHub project, I added a warning at the top of the template. Maybe it could help if the various projects would have more specific names ? - ansible/ansible -> ansible/main (or something even better ?) - ansible/ansible-modules-core -> ansible/modules-core - ansible/ansible-modules-extras -> ansible/modules-extras I am sure someone can come up with perfect names ;-) * Remove 'module' from the component options I would prefer to again note that modules should go elsewhere, but don't want to bloat the text too much. --- .github/ISSUE_TEMPLATE.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cc50f9530d..76d62cd9a4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,13 @@ - + + ##### ISSUE TYPE @@ -7,7 +16,7 @@ - Documentation Report ##### COMPONENT NAME - + ##### ANSIBLE VERSION