aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWladimir Kirianov <wladefant@gmail.com>2023-02-02 18:51:42 +0000
committerGitHub <noreply@github.com>2023-02-02 18:51:42 +0000
commitad5e58049b7c23366784dd141f5d6a88949a8ca4 (patch)
tree9720f06ec37ea71283a828b753b587929d3857fd /.github
parentfec41374f4f65fedaeb0e2c995c7e8c08aaeecab (diff)
downloadinfinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar.gz
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar.bz2
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar.lz
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar.xz
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.tar.zst
infinity-for-reddit-ad5e58049b7c23366784dd141f5d6a88949a8ca4.zip
fixed some syntax errors in the discussion templates
Diffstat (limited to '.github')
-rw-r--r--.github/DISCUSSION_TEMPLATE/announcements.yml3
-rw-r--r--.github/DISCUSSION_TEMPLATE/ideas.yml18
2 files changed, 11 insertions, 10 deletions
diff --git a/.github/DISCUSSION_TEMPLATE/announcements.yml b/.github/DISCUSSION_TEMPLATE/announcements.yml
index a03c841e..0d26a65b 100644
--- a/.github/DISCUSSION_TEMPLATE/announcements.yml
+++ b/.github/DISCUSSION_TEMPLATE/announcements.yml
@@ -1,5 +1,4 @@
-name: Announcements
-description: Announcements about new releases, updates, etc.
+title: "[Ideas]"
body:
- type: markdown
diff --git a/.github/DISCUSSION_TEMPLATE/ideas.yml b/.github/DISCUSSION_TEMPLATE/ideas.yml
index 2ae0ea2f..efe6021a 100644
--- a/.github/DISCUSSION_TEMPLATE/ideas.yml
+++ b/.github/DISCUSSION_TEMPLATE/ideas.yml
@@ -1,7 +1,11 @@
-name: Ideas
-description: Have an idea for a new feature or an improvement? Let us know here!
+title: "[Ideas]"
body:
+ - type: markdown
+ attributes:
+ value: |
+ Have an idea for a new feature or an improvement? Let us know here!
+
- type: checkboxes
id: checklist
attributes:
@@ -53,16 +57,14 @@ body:
- Critical
- Important
- Nice to have
- validations:
- required: true
- type: textarea
id: other
attributes:
- label: Anything else?
- description: Is there anything else you'd like to add?
- validations:
- required: false
+ label: Anything else?
+ description: Is there anything else you'd like to add?
+ validations:
+ required: false
- type: textarea
id: solution