Skip to content

Commit 941b0fd

Browse files
committed
Refine bug issue template
1 parent ec570a8 commit 941b0fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ body:
1919
required: true
2020

2121
- type: input
22-
id: es_version
22+
id: java_version
2323
attributes:
24-
label: Elasticsearch Version
25-
description: The version of Elasticsearch you are using
24+
label: Java version
25+
description: The Java version used with the Java API client
2626
validations:
2727
required: true
2828

2929
- type: input
30-
id: java_version
30+
id: es_version
3131
attributes:
32-
label: Java version
33-
description: The Java version of your application that uses the Java API client
32+
label: Elasticsearch Version
33+
description: The version of Elasticsearch you are using with the Java API client
3434
validations:
3535
required: true
3636

0 commit comments

Comments
 (0)