Skip to content

Commit

Permalink
🩹 Added more verticals on integration form
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed May 20, 2024
1 parent 261cc01 commit be3c748
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 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,17 +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 be3c748

Please sign in to comment.