From 48acb6aec509ce2538906152b0ab67ed3073558d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 16 Oct 2024 22:16:31 -0400 Subject: [PATCH] Discussion template tweaks --- .github/DISCUSSION_TEMPLATE/other.yml | 2 +- .github/DISCUSSION_TEMPLATE/questions.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/DISCUSSION_TEMPLATE/other.yml b/.github/DISCUSSION_TEMPLATE/other.yml index 60cd0beaf16..4063078d118 100644 --- a/.github/DISCUSSION_TEMPLATE/other.yml +++ b/.github/DISCUSSION_TEMPLATE/other.yml @@ -6,7 +6,7 @@ body: ## Before We Start This category exists for free form questions where deployment details are less relevant, e.g. application and topology - advice kind of questions. Please provide a reasonably detailed description of how you use RabbitMQ. + design kind of questions. Please provide a reasonably detailed description of what you are trying to do with RabbitMQ. - type: checkboxes attributes: label: Community Support Policy diff --git a/.github/DISCUSSION_TEMPLATE/questions.yml b/.github/DISCUSSION_TEMPLATE/questions.yml index b15d2f4a737..ee7bbf2b367 100644 --- a/.github/DISCUSSION_TEMPLATE/questions.yml +++ b/.github/DISCUSSION_TEMPLATE/questions.yml @@ -200,3 +200,10 @@ body: validations: required: false + - type: textarea + id: question + attributes: + label: What problem are you trying to solve? + description: and why? + validations: + required: true \ No newline at end of file