Skip to content

Commit

Permalink
Refine bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Mar 3, 2022
1 parent ec570a8 commit 941b0fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ body:
required: true

- type: input
id: es_version
id: java_version
attributes:
label: Elasticsearch Version
description: The version of Elasticsearch you are using
label: Java version
description: The Java version used with the Java API client
validations:
required: true

- type: input
id: java_version
id: es_version
attributes:
label: Java version
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
validations:
required: true

Expand Down

0 comments on commit 941b0fd

Please sign in to comment.