From bc979a82326f87409127c8f6b936f16406c29ab4 Mon Sep 17 00:00:00 2001 From: Rachid F Date: Mon, 3 Jun 2024 17:36:25 +0200 Subject: [PATCH 1/2] :ambulance: Integration request form --- .../new-integration-request.yml | 20 ++++++++----------- 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index e30b73b2a..8d6d7ab4d 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -7,20 +7,11 @@ body: attributes: value: | Thanks for taking the time to fill out this! - - type: input - id: contact - attributes: - label: Contact Details - description: "How can we get in touch with you if we need more info? (We'll edit the issue to hide your email)" - placeholder: ex. email@example.com - validations: - required: true - type: dropdown id: software_category attributes: - label: Category + label: "What type of software do you want to build integrations with?" multiple: true - description: "What type of software do you want to build integrations with?" options: - Accounting - Calendar @@ -45,5 +36,10 @@ body: - type: textarea id: platforms attributes: - label: Platforms - description: "Which specific platforms would you integrate with? (example: Salesforce, Hubspot, Zendesk, Jira...)" \ No newline at end of file + label: "Which specific platforms would you integrate with?" + description: " (example: Salesforce, Hubspot, Zendesk, Jira...)" + - type: textarea + id: objects + attributes: + label: "Which specific objects would you integrate with?" + description: "(example: Deals and Contacts from CRMs)" From 9e04d3758b4f9a7538fec654779b87f1ef2c65aa Mon Sep 17 00:00:00 2001 From: Rachid F Date: Mon, 3 Jun 2024 17:37:57 +0200 Subject: [PATCH 2/2] :sparkles: Updated new integration form --- .github/ISSUE_TEMPLATE/new-integration-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index 8d6d7ab4d..fbefe1e8a 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -6,7 +6,8 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out this! + Thanks for taking the time to fill out this! + Please fill one ticket per platform you want to integrate with. - type: dropdown id: software_category attributes: