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 ec570a8 commit 941b0fdCopy full SHA for 941b0fd
.github/ISSUE_TEMPLATE/bug.yml
@@ -19,18 +19,18 @@ body:
19
required: true
20
21
- type: input
22
- id: es_version
+ id: java_version
23
attributes:
24
- label: Elasticsearch Version
25
- description: The version of Elasticsearch you are using
+ label: Java version
+ description: The Java version used with the Java API client
26
validations:
27
28
29
30
- id: java_version
+ id: es_version
31
32
- label: Java version
33
- description: The Java version of your application that uses the Java API client
+ label: Elasticsearch Version
+ description: The version of Elasticsearch you are using with the Java API client
34
35
36
0 commit comments