Skip to content

Commit

Permalink
Changes dropdown ESS release field to free-text in docs issue template (
Browse files Browse the repository at this point in the history
#6358)

* Adds more stack versions to docs issue template

* Changes dropdown to free-text field
  • Loading branch information
natasha-moore-elastic authored Dec 17, 2024
1 parent b445b87 commit b8c374b
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/docs-request-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,14 @@ body:
default: 0
validations:
required: true
- type: dropdown
- type: textarea
id: version-ess
attributes:
label: ESS release
description: Select a release version if your request is tied to the Elastic Stack release schedule.
options:
- '8.12'
- '8.13'
- '8.14'
- '8.15'
- '8.16'
- 'N/A'
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"
validations:
required: true
- type: input
Expand Down

0 comments on commit b8c374b

Please sign in to comment.