Skip to content

Commit

Permalink
Create SUPPORT_REQUEST_TEMPLATE>yaml
Browse files Browse the repository at this point in the history
Adds Support Request
  • Loading branch information
nikola-nulogy authored Sep 12, 2023
1 parent 0378af9 commit b5bff1e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/SUPPORT_REQUEST_TEMPLATE>yaml
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 ...

0 comments on commit b5bff1e

Please sign in to comment.