-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #736 from 18F/add-touchpoints-form
Add Touchpoints issue type.
- Loading branch information
Showing
1 changed file
with
30 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,30 @@ | ||
name: Touchpoints Feedback | ||
description: Document feedback received from Touchpoints | ||
title: "[Touchpoints]: " | ||
labels: [] | ||
projects: ["18F/41"] | ||
body: | ||
- type: dropdown | ||
id: did_you_find_useful | ||
attributes: | ||
label: Did you find this page useful? | ||
options: | ||
- "Yes" | ||
- "Somewhat" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: more_details | ||
attributes: | ||
label: Please share some details about your answer. | ||
validations: | ||
required: true | ||
- type: input | ||
id: url | ||
attributes: | ||
label: Page URL | ||
- type: input | ||
id: browser | ||
attributes: | ||
label: Browser details |