Skip to content

Commit

Permalink
Create feedback.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon authored Oct 31, 2024
1 parent cb741b4 commit ee5620c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feedback.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Feedback
description: Help us improve this API with constructive feedback.
title: "[Feedback]: "
labels: ["feedback"]
assignees:
- philsturgeon
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help us improve!
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: "A bug happened!"
validations:
required: true
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: eg: [email protected]
validations:
required: false

0 comments on commit ee5620c

Please sign in to comment.