From b51e7153952c28558d33f934e5923c0913bcec5c Mon Sep 17 00:00:00 2001 From: Sean Mcilroy Date: Wed, 15 May 2024 10:44:16 +0100 Subject: [PATCH] Create Buildings.yaml --- .github/DISCUSSION_TEMPLATE/Buildings.yaml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/Buildings.yaml diff --git a/.github/DISCUSSION_TEMPLATE/Buildings.yaml b/.github/DISCUSSION_TEMPLATE/Buildings.yaml new file mode 100644 index 0000000..81b73f0 --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/Buildings.yaml @@ -0,0 +1,28 @@ +title: "[Buildings] " +labels: ["Buildings"] +body: + - type: textarea + id: what-happened + attributes: + label: Category Feedback + description: + placeholder: Tell us what you see + value: "Add details \n - Expected behaviour you didn't see \n - Unexpected behaviour \n - suggested functionality \n - Steps to reproduce the problem" + validations: + required: true + - type: dropdown + id: TF-Groups + attributes: + label: Dependency with other categories, if any. + multiple: true + options: + - No Dependency + - Admin + - Address + - Base + - Data Platform + - Dev Advocacy + - GERs + - Schema + - Transportation + ### Thanks for your submission