Explorar o código

Link bug report template to EOL page (#91955)

Adds links to https://www.elastic.co/support/eol to the Github bug
report template to reduce bug reports involving EOL versions.
David Turner %!s(int64=2) %!d(string=hai) anos
pai
achega
4b06d9ce86
Modificáronse 1 ficheiros con 7 adicións e 4 borrados
  1. 7 4
      .github/ISSUE_TEMPLATE/bug.yml

+ 7 - 4
.github/ISSUE_TEMPLATE/bug.yml

@@ -4,12 +4,13 @@ labels: [">bug", "needs:triage"]
 body:
   - type: markdown
     attributes:
-      value: |
+      value: >
         Github is reserved for bug reports and feature requests; it is
         not the place for general questions. If you have a question or
         an unconfirmed bug, please visit the [forums](https://discuss.elastic.co/c/elasticsearch).
-        Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os).
-        If it is not, the issue is likely to be closed.
+        Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os),
+        and that the version of Elasticsearch has not passed [end-of-life](https://www.elastic.co/support/eol).
+        If you are using an unsupported OS or an unsupported version then the issue is likely to be closed.
 
         For security vulnerabilities please only send reports to security@elastic.co.
         See https://www.elastic.co/community/security for more information.
@@ -19,7 +20,9 @@ body:
     id: es_version
     attributes:
       label: Elasticsearch Version
-      description: The version of Elasticsearch you are running, found with `bin/elasticsearch --version`
+      description: >-
+        The version of Elasticsearch you are running, found with `bin/elasticsearch --version`.
+        Ensure this version has not [passed end-of-life](https://www.elastic.co/support/eol).
     validations:
       required: true
   - type: input