Skip to content

Commit b8c374b

Browse files
Changes dropdown ESS release field to free-text in docs issue template (#6358)
* Adds more stack versions to docs issue template * Changes dropdown to free-text field
1 parent b445b87 commit b8c374b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/ISSUE_TEMPLATE/docs-request-internal.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,14 @@ body:
4444
default: 0
4545
validations:
4646
required: true
47-
- type: dropdown
47+
- type: textarea
4848
id: version-ess
4949
attributes:
5050
label: ESS release
51-
description: Select a release version if your request is tied to the Elastic Stack release schedule.
52-
options:
53-
- '8.12'
54-
- '8.13'
55-
- '8.14'
56-
- '8.15'
57-
- '8.16'
58-
- 'N/A'
59-
default: 0
51+
description: Please provide a release version if your request is tied to the Elastic Stack release schedule.
52+
placeholder: |
53+
For example:
54+
"The functionality is being introduced in ESS version 8.18.0"
6055
validations:
6156
required: true
6257
- type: input

0 commit comments

Comments
 (0)