From 081a9ac9c2c6ff2140d153f9efa07657fea276db Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Tue, 17 Dec 2024 14:07:54 +0000 Subject: [PATCH 1/2] Adds more stack versions to docs issue template --- .github/ISSUE_TEMPLATE/docs-request-internal.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/docs-request-internal.yaml b/.github/ISSUE_TEMPLATE/docs-request-internal.yaml index 1010383b67..c5ceb38a29 100644 --- a/.github/ISSUE_TEMPLATE/docs-request-internal.yaml +++ b/.github/ISSUE_TEMPLATE/docs-request-internal.yaml @@ -55,6 +55,10 @@ body: - '8.14' - '8.15' - '8.16' + - '8.17' + - '8.18' + - '9.0' + - '9.1' - 'N/A' default: 0 validations: From 98d20e1b2ace494264c1750c0f612585ed4cd827 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Tue, 17 Dec 2024 14:46:38 +0000 Subject: [PATCH 2/2] Changes dropdown to free-text field --- .../ISSUE_TEMPLATE/docs-request-internal.yaml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs-request-internal.yaml b/.github/ISSUE_TEMPLATE/docs-request-internal.yaml index c5ceb38a29..19839308be 100644 --- a/.github/ISSUE_TEMPLATE/docs-request-internal.yaml +++ b/.github/ISSUE_TEMPLATE/docs-request-internal.yaml @@ -44,23 +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' - - '8.17' - - '8.18' - - '9.0' - - '9.1' - - '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