-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create SUPPORT_REQUEST_TEMPLATE>yaml
Adds Support Request
- Loading branch information
1 parent
0378af9
commit b5bff1e
Showing
1 changed file
with
28 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,28 @@ | ||
name: Support request | ||
description: File a request for a implementation/functionality/design consultation, pairing, or any other type of help that you may need | ||
title: "[Support request]: " | ||
labels: ["support-request", "triage"] | ||
projects: ["NDS work requests"] | ||
assignees: | ||
- haiderhalsh | ||
- nikola-nulogy | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out the feature request! | ||
- type: textarea | ||
id: support-request-description | ||
attributes: | ||
label: Please describe your request | ||
placeholder: Describe the problem and support request. | ||
- type: textarea | ||
id: blocked | ||
attributes: | ||
label: Is your team blocked from moving forward by the problem described above? | ||
placeholder: Tell us if this problem is blocking your team from delivering value to the customer. Is the customer impact high? | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Additional context | ||
placeholder: Tell us more ... |