Skip to content

Commit

Permalink
Merge pull request #476 from panoratech/new-integration-form
Browse files Browse the repository at this point in the history
New integration form
  • Loading branch information
rflihxyz authored Jun 3, 2024
2 parents 8819c20 + 9e04d37 commit 1ba7ca3
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .github/ISSUE_TEMPLATE/new-integration-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 protected]
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
Expand All @@ -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...)"
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)"

0 comments on commit 1ba7ca3

Please sign in to comment.