From 8dbb13edd402a028206d0979eeda377c1d4fc006 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Mon, 1 Feb 2021 18:51:10 +0000 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index aee16cf74b..44b4ca6b39 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,13 +6,13 @@ inputs: attributes: preview_only: true - text: | + value: | Verify first that your issue is not already reported on [GitHub](https://github.com/ansible-collections/community.general/labels/bug) Also test if the latest release and devel branch are affected too Complete *all* sections as described, this form is processed automatically - type: textarea attributes: - label: SUMMARY + label: OVERVIEW description: 'Explain the problem briefly below' required: true - type: textarea @@ -23,6 +23,7 @@ inputs: - type: dropdown attributes: + label: ISSUE TYPE choices: - Bug Report required: true