From 33df8301a3cb9a5f3cfa8cef73af8a05991a509d Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 12 Mar 2024 14:01:25 +0100 Subject: [PATCH] GitHub issue form - allow multiple options for 'GitVersion package' --- .github/ISSUE_TEMPLATE/issue-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/issue-report.yml b/.github/ISSUE_TEMPLATE/issue-report.yml index 841e3aa2..eaec5db0 100644 --- a/.github/ISSUE_TEMPLATE/issue-report.yml +++ b/.github/ISSUE_TEMPLATE/issue-report.yml @@ -14,6 +14,7 @@ body: - type: dropdown attributes: label: GitVersion package + multiple: true options: - GitHub Actions - AzureDevops task @@ -43,4 +44,4 @@ body: description: Log messages you receive when running. Make sure there is no sensitive data shared. No need for backticks here. render: shell validations: - required: false \ No newline at end of file + required: false