From d0f82e2c270535a5e51064584ccb6aa69ab88739 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 29 Sep 2021 07:00:37 +0200 Subject: [PATCH] Temporarily rename 'ansible-core version' back to 'Ansible version' to make bot happy. --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/documentation_report.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fe46a5ef84..d640b9aae4 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-core Version + label: Ansible Version description: >- Paste verbatim output from `ansible --version` between tripple backticks. diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml index 075122c7c3..cd88343d06 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-core Version + label: Ansible Version description: >- Paste verbatim output from `ansible --version` between tripple backticks.