From d6a1df3706a6948f54b2fc04a032e2fa5dc4d168 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 28 Sep 2021 16:33:35 +0200 Subject: [PATCH] Split up 'Ansible version' in issue templates into ansible-core version + community.general version. (#3458) --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++++++++- .github/ISSUE_TEMPLATE/documentation_report.yml | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) 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