From fec41374f4f65fedaeb0e2c995c7e8c08aaeecab Mon Sep 17 00:00:00 2001 From: Wladimir Kirianov Date: Wed, 1 Feb 2023 20:38:53 +0000 Subject: add github discussion template forms --- .github/DISCUSSION_TEMPLATE/announcements.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/DISCUSSION_TEMPLATE/announcements.yml (limited to '.github/DISCUSSION_TEMPLATE/announcements.yml') diff --git a/.github/DISCUSSION_TEMPLATE/announcements.yml b/.github/DISCUSSION_TEMPLATE/announcements.yml new file mode 100644 index 00000000..a03c841e --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/announcements.yml @@ -0,0 +1,17 @@ +name: Announcements +description: Announcements about new releases, updates, etc. + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to read this announcement! + + - type: textarea + id: description + attributes: + label: description + description: Please describe the announcement in as much detail as possible. + placeholder: Make an announcement here... + validations: + required: true -- cgit v1.2.3