From ee5620c3a42fa85753271c843a006e469bb81c80 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon <67381+philsturgeon@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:07:48 +0000 Subject: [PATCH] Create feedback.yaml --- .github/ISSUE_TEMPLATE/feedback.yaml | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feedback.yaml diff --git a/.github/ISSUE_TEMPLATE/feedback.yaml b/.github/ISSUE_TEMPLATE/feedback.yaml new file mode 100644 index 0000000..2e17c90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feedback.yaml @@ -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@example.com + validations: + required: false +