diff options
Diffstat (limited to '')
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/announcements.yml | 3 | ||||
-rw-r--r-- | .github/DISCUSSION_TEMPLATE/ideas.yml | 18 |
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 |