-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b03e263
commit 42b0bc1
Showing
2 changed files
with
42 additions
and
19 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,34 @@ | ||
name: "Help/Support/Questions" | ||
description: "Have a question, experiencing a problem, or just unsure where to turn? Let our team try to help." | ||
title: "Requesting help..." | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# We are Here to Help. | ||
This form can be filled out to have your AppKu™ team... | ||
- Triage, investigate, and resolve problems with your digital process (app). | ||
- Answer questions. | ||
- Help create documentation, including designs and concepts. | ||
- ...and in general, help out! | ||
- type: dropdown | ||
attributes: | ||
label: Request Type | ||
description: What is the nature of your request? | ||
multiple: false | ||
options: | ||
- Experiencing problems. | ||
- Need questions answered. | ||
- Need help with something else. | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Subject of your Request | ||
description: "Describe the details of your request." | ||
value: | ||
validations: | ||
required: true |
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