From 728c76af349dc8d67cd53b9daf1f2dd9a6ce9451 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 11 Sep 2024 19:48:12 -0400 Subject: [PATCH] Discussion template updates --- .github/DISCUSSION_TEMPLATE/other.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/DISCUSSION_TEMPLATE/other.yml b/.github/DISCUSSION_TEMPLATE/other.yml index bd26345b4b4a..3fb7f9b3c3c3 100644 --- a/.github/DISCUSSION_TEMPLATE/other.yml +++ b/.github/DISCUSSION_TEMPLATE/other.yml @@ -30,6 +30,24 @@ body: - Older (out of support without a commercial license) validations: required: true + - type: dropdown + id: deployment_type + attributes: + label: How is RabbitMQ deployed? + options: + - Community Docker image + - Debian package + - RPM package + - Generic binary package + - Kubernetes Operator(s) from Team RabbitMQ + - Bitnami Helm chart + - Chocolatey package + - Windows installer + - Windows binary package + - RabbitMQ-as-a-Service from a public cloud provider + - Other + validations: + required: true - type: textarea id: details attributes: