-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |