diff options
author | Wladimir Kirianov <wladefant@gmail.com> | 2023-02-01 20:38:53 +0000 |
---|---|---|
committer | Wladimir Kirianov <wladefant@gmail.com> | 2023-02-01 20:38:53 +0000 |
commit | fec41374f4f65fedaeb0e2c995c7e8c08aaeecab (patch) | |
tree | b2fd99cec73a636d4f0529e7ad44607db3731dc7 /.github/DISCUSSION_TEMPLATE/announcements.yml | |
parent | 8fb3d0e4988bbaa15ff428a37d8dd627912d78cd (diff) | |
download | infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.gz infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.bz2 infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.lz infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.xz infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.tar.zst infinity-for-reddit-fec41374f4f65fedaeb0e2c995c7e8c08aaeecab.zip |
add github discussion template forms
Diffstat (limited to '')
-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 |