We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b445b87 commit b8c374bCopy full SHA for b8c374b
.github/ISSUE_TEMPLATE/docs-request-internal.yaml
@@ -44,19 +44,14 @@ body:
44
default: 0
45
validations:
46
required: true
47
- - type: dropdown
+ - type: textarea
48
id: version-ess
49
attributes:
50
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
+ description: Please provide a release version if your request is tied to the Elastic Stack release schedule.
+ placeholder: |
+ For example:
+ "The functionality is being introduced in ESS version 8.18.0"
60
61
62
- type: input
0 commit comments