Skip to content

Commit

Permalink
Merge pull request #736 from 18F/add-touchpoints-form
Browse files Browse the repository at this point in the history
Add Touchpoints issue type.
  • Loading branch information
adunkman authored Oct 10, 2024
2 parents edc5412 + 7b99302 commit 8c2ad06
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/touchpoints.yml
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

0 comments on commit 8c2ad06

Please sign in to comment.