mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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.
This commit is contained in:
parent
68d44e48ba
commit
947877dcce
1 changed files with 11 additions and 2 deletions
13
.github/ISSUE_TEMPLATE.md
vendored
13
.github/ISSUE_TEMPLATE.md
vendored
|
@ -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
|
##### ISSUE TYPE
|
||||||
<!--- Pick one below and delete the rest: -->
|
<!--- Pick one below and delete the rest: -->
|
||||||
|
@ -7,7 +16,7 @@
|
||||||
- Documentation Report
|
- Documentation Report
|
||||||
|
|
||||||
##### COMPONENT NAME
|
##### COMPONENT NAME
|
||||||
<!--- Name of the plugin/module/task -->
|
<!--- Name of the plugin/task/feature -->
|
||||||
|
|
||||||
##### ANSIBLE VERSION
|
##### ANSIBLE VERSION
|
||||||
<!--- Paste verbatim output from “ansible --version” between quotes below -->
|
<!--- Paste verbatim output from “ansible --version” between quotes below -->
|
||||||
|
|
Loading…
Reference in a new issue