diff --git a/.github/ISSUE_TEMPLATE/new-integration-request.md b/.github/ISSUE_TEMPLATE/new-integration-request.md index 03bfa1783..aab5dfdc9 100644 --- a/.github/ISSUE_TEMPLATE/new-integration-request.md +++ b/.github/ISSUE_TEMPLATE/new-integration-request.md @@ -1,21 +1,37 @@ ---- name: New Integration Request about: Need an Integration that isn't in our catalog yet? Ask here! title: Add XXXXX integration to Panora labels: backend, embedded-catalog, good first issue assignees: '' ---- - -**What tools would you like to integrate with?** -*(example: Salesforce, Hubspot, Shopify)* - - -**What are the objects you'd like to interact with?** -*(example: Deals, Customers, Orders,)* - -** -**Do you anticipate your product will mostly read, or write data to this party party software?** -*(example: Our product only needs to watch new orders in Shopify, or Our product needs to create contacts in third-party CRMs...)* - -Please find details about how to build integrations [here](https://docs.panora.dev/open-source/contributors) . Our [discord](https://discord.gg/feRW57Ym3D) community is also a great place to get support! +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? + placeholder: ex. email@example.com + validations: + required: false + - type: dropdown + id: vertical + attributes: + label: Verticals + description: What type of software do you want to build integrations with? + options: + - CRM + - Ticketing + - HRIS + - Accounting + - Ecommerce + validations: + required: true + - type: textarea + id: platforms + attributes: + label: Platforms + description: Which specific platforms would you integrate with? (ex: Salesforce, Hubspot, Jira...) \ No newline at end of file