Skip to content

Commit

Permalink
Commit a missing discussion category template for Other
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 11, 2024
1 parent 27545d6 commit f5a026c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/DISCUSSION_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
title: "[Other] "
body:
- type: markdown
attributes:
value: |
## 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.
- type: checkboxes
attributes:
label: Community Support Policy
description:
options:
- label: I have read [RabbitMQ's Community Support Policy](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md)
required: true
- type: markdown
attributes:
value: |
## Relevant Details
- type: dropdown
id: rabbitmq_version
attributes:
label: RabbitMQ version used
options:
- 3.13.7
- 3.13.6
- 3.13.5
- 4.0.0-rc.1
- Older (out of support without a commercial license)
validations:
required: true
- type: textarea
id: details
attributes:
label: Steps to reproduce the behavior in question
description: What specific steps need to be performed in order to reproduce this behavior? Why?
validations:
required: true

0 comments on commit f5a026c

Please sign in to comment.