diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 8f4a16e93b..fe46a5ef84 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,7 +50,7 @@ body: - type: textarea attributes: - label: Ansible Version + label: Ansible-core Version description: >- Paste verbatim output from `ansible --version` between tripple backticks. @@ -62,6 +62,20 @@ body: validations: required: true +- type: textarea + attributes: + label: Community.general Version + description: >- + Paste verbatim output from "ansible-galaxy collection list community.general" + between tripple backticks. + value: | + ```console (paste below) + $ ansible-galaxy collection list community.general + + ``` + validations: + required: true + - type: textarea attributes: label: Configuration diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index c24265acb1..075122c7c3 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.yml +++ b/.github/ISSUE_TEMPLATE/documentation_report.yml @@ -50,7 +50,7 @@ body: - type: textarea attributes: - label: Ansible Version + label: Ansible-core Version description: >- Paste verbatim output from `ansible --version` between tripple backticks. @@ -62,6 +62,20 @@ body: validations: required: false +- type: textarea + attributes: + label: Community.general Version + description: >- + Paste verbatim output from "ansible-galaxy collection list community.general" + between tripple backticks. + value: | + ```console (paste below) + $ ansible-galaxy collection list community.general + + ``` + validations: + required: true + - type: textarea attributes: label: Configuration