diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.yml b/.github/ISSUE_TEMPLATE/new-integration-request.yml index e30b73b2a..fbefe1e8a 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.yml +++ b/.github/ISSUE_TEMPLATE/new-integration-request.yml @@ -6,21 +6,13 @@ body: - type: markdown 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 + 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: - 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 +37,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)"