From efae6d291193f76e76f790765fa2ae48f1c8d041 Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Fri, 7 Jul 2023 15:27:42 -0400 Subject: [PATCH] Template for capturing 'What People are Saying' suggestions. (#1261) --- .../ISSUE_TEMPLATE/what_people_are_saying.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/what_people_are_saying.yml diff --git a/.github/ISSUE_TEMPLATE/what_people_are_saying.yml b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml new file mode 100644 index 00000000..f4ccb337 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/what_people_are_saying.yml @@ -0,0 +1,32 @@ +name: "New entry for **What People Are Saying**" +description: "Suggest a new entry for the **What People are Saying** page" +title: "What People are Saying suggestion" +body: + - type: dropdown + id: contentType + attributes: + label: "What type of entry?" + options: + - Blog + - Tweet + - Email + - Other + validations: + required: true + - type: input + id: entryLink + attributes: + label: Link to entry + description: "What is the link to the item we should add to the **What People are Saying** page?" + validations: + required: true + - type: textarea + id: additionalInformation + attributes: + label: Additional information + description: "Use this space to supply any addiitonal information on the suggested item." + validations: + required: false + - type: markdown + attributes: + value: "## Thank you for your suggestion!"