From 261cc014cd0a3bcf9e602f00ce3a6752573e3efc Mon Sep 17 00:00:00 2001 From: Rachid F Date: Sun, 19 May 2024 19:03:03 -0700 Subject: [PATCH 1/2] :bug: Multiple select on new integration request --- .github/ISSUE_TEMPLATE/new-integration-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index ae08e6b90..0085e537c 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -18,6 +18,7 @@ body: id: vertical attributes: label: Verticals + multiple: true description: "What type of software do you want to build integrations with?" options: - CRM From be3c748c844c75107db5be41b873a416a5708faa Mon Sep 17 00:00:00 2001 From: Rachid F Date: Sun, 19 May 2024 22:24:13 -0700 Subject: [PATCH 2/2] :adhesive_bandage: Added more verticals on integration form --- .../new-integration-request.yml | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index 0085e537c..e30b73b2a 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -1,5 +1,6 @@ name: New Integration Request description: Need an Integration that isn't in our catalog yet? Ask here! +title: "feat: Add integration with: #SOFTWARE_NAME" labels: ["backend", "embedded-catalog", "good first issue"] body: - type: markdown @@ -15,17 +16,29 @@ body: validations: required: true - type: dropdown - id: vertical + id: software_category attributes: - label: Verticals + label: Category multiple: true description: "What type of software do you want to build integrations with?" options: - - CRM - - Ticketing - - HRIS - Accounting + - Calendar + - Cybersecurity + - CRM + - Data Warehouse + - Document Signature - Ecommerce + - Email + - File Storage + - HRIS + - Logging + - Marketing Automation + - Payments + - Point of Sale + - Source Code Management + - Telematics and IOT + - Ticketing - Other validations: required: true