Skip to content

Commit

Permalink
Merge pull request #440 from panoratech/integration-requests-form
Browse files Browse the repository at this point in the history
Integration requests form
  • Loading branch information
rflihxyz committed May 20, 2024
2 parents 66dc7de + be3c748 commit 1da8e88
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .github/ISSUE_TEMPLATE/new-integration-request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,16 +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
Expand Down

0 comments on commit 1da8e88

Please sign in to comment.