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: