diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5d950333e1..68e9108d57 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,6 +21,7 @@ body: - Locking issue - Performance issue - Unexpected error + - User Experience - Other validations: required: true @@ -33,9 +34,14 @@ body: multiple: true options: - Standalone mode + - Distributed Cluster + - Storage Engine + - Query Engine + - Table Engine + - Write Protocols + - MetaSrv - Frontend - Datanode - - Meta - Other validations: required: true @@ -77,6 +83,17 @@ body: validations: required: true + - type: input + id: greptimedb + attributes: + label: What version of GreptimeDB did you use? + description: | + Please provide the version of GreptimeDB. For example: + 0.5.1 etc. You can get it by executing command line `greptime --version`. + placeholder: "0.5.1" + validations: + required: true + - type: textarea id: logs attributes: