Skip to content

Commit

Permalink
build: new how do i template
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Nov 12, 2023
1 parent 6844fdb commit 379dbba
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/HOW-DO-I.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
name: How do I?
description: Ask a question around how to do a task using the SDK
title: "How Do I: "
labels: ["question"]
assignees: ["manchuck", "pardel", "dragonmantank"]
body:
- type: input
id: question
attributes:
label: How do I
description: Ask the question on how to do X with Y
placeholder: send a WhatsApp Message
validations:
required: true
- type: dropdown
id: product
attributes:
label: API/Product
description: Which API or Product do yo need help with?
multiple: false
options:
- "Accounts"
- "Applications"
- "Audit"
- "Authentication"
- "Media"
- "Meetings"
- "Messages"
- "Number Insight V2"
- "Number Insights"
- "Numbers"
- "Pricing"
- "Proactive Connect"
- "Redact"
- "SMS"
- "Sub Accounts"
- "Users"
- "Verify V2"
- "Verify"
- "Video"
- "Voice"
- "Webhooks"
- "Other"
validations:
required: true
- type: textarea
id: code_sample
attributes:
label: Code Sample
description: If you already have some code, please provide a sample to help
answer the question

0 comments on commit 379dbba

Please sign in to comment.