This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f16a8409ce Allow multiple component selection, fixes #2575
     new cf40d87baf Merge pull request #2576 from hansva/master
f16a8409ce is described below

commit f16a8409ce6e137c7c46d773ca5e9712033fefad
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Mar 16 11:30:26 2023 +0100

    Allow multiple component selection, fixes #2575
---
 .github/ISSUE_TEMPLATE/bug.yml     | 1 +
 .github/ISSUE_TEMPLATE/feature.yml | 1 +
 .github/ISSUE_TEMPLATE/task.yml    | 1 +
 3 files changed, 3 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 3f35e9e53a..a953a1e2e1 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -84,6 +84,7 @@ body:
   - type: dropdown
     id: component
     attributes:
+      multiple: true
       label: Issue Component
       options:
         - "Component: Actions"
diff --git a/.github/ISSUE_TEMPLATE/feature.yml 
b/.github/ISSUE_TEMPLATE/feature.yml
index f5a3c2ef4c..2e0f4f2736 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -50,6 +50,7 @@ body:
     id: component
     attributes:
       label: Issue Component
+      multiple: true
       options:
         - "Component: Actions"
         - "Component: Beam"
diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml
index 7159b969df..b784c3f129 100644
--- a/.github/ISSUE_TEMPLATE/task.yml
+++ b/.github/ISSUE_TEMPLATE/task.yml
@@ -50,6 +50,7 @@ body:
     id: component
     attributes:
       label: Issue Component
+      multiple: true
       options:
         - "Component: Actions"
         - "Component: Beam"

Reply via email to