-
Notifications
You must be signed in to change notification settings - Fork 7
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
398e95a
commit 1ae5e51
Showing
1 changed file
with
11 additions
and
7 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 |
---|---|---|
|
@@ -3,19 +3,24 @@ description: Help us improve this API with constructive feedback. | |
title: "[Feedback]: " | ||
labels: ["feedback"] | ||
assignees: | ||
- philsturgeon | ||
- philsturgeon # change this to whoever should be in charge of handling feedback | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to help us improve! | ||
- type: textarea | ||
id: what-happened | ||
id: doing-well | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: Tell us what you see! | ||
value: "A bug happened!" | ||
label: What are we doing well? | ||
description: Help us know where energy has been well invested so we can keep that up. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: could-improve | ||
attributes: | ||
label: What would you like to see improved? | ||
description: Help us learn what you'd like to see done better so we can make life easier for more users. | ||
validations: | ||
required: true | ||
- type: input | ||
|
@@ -26,4 +31,3 @@ body: | |
placeholder: "eg: [email protected]" | ||
validations: | ||
required: false | ||
|