diff options
Diffstat (limited to '.github/DISCUSSION_TEMPLATE/announcements.yml')
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/announcements.yml | 17 |
1 files changed, 17 insertions, 0 deletions
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 |