summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2016-08-11 16:14:27 +0200
committerBrian Coca <bcoca@users.noreply.github.com>2016-08-11 10:14:27 -0400
commit947877dcce32ed544f1004a167196eb654b5d745 (patch)
tree33dc42909403b2fd0161f04a74d7489d4afc834a
parent68d44e48baa57829d6047a6f656b73b22f1b73be (diff)
downloadansible-947877dcce32ed544f1004a167196eb654b5d745.tar.gz
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.
-rw-r--r--.github/ISSUE_TEMPLATE.md13
1 files 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 @@
-<!--- Verify first that your issue/request is not already reported in GitHub -->
+<!---
+Please do not report issues/requests related to Ansible modules here !!
+
+Report them to the appropriate modules-core or modules-extras project:
+ - https://github.com/ansible/ansible-modules-core/issues
+ - https://github.com/ansible/ansible-modules-extras/issues
+
+Also verify first that your issue/request is not already reported in GitHub
+-->
+
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
@@ -7,7 +16,7 @@
- Documentation Report
##### COMPONENT NAME
-<!--- Name of the plugin/module/task -->
+<!--- Name of the plugin/task/feature -->
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->