diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 738744db03..9ea94fa26c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,7 +38,6 @@ body: required: true - type: dropdown - id: environment attributes: label: Environment description: Describe the environment. @@ -50,18 +49,17 @@ body: validations: required: true - -type: dropdown - id: version - attributes: - label: EventMesh version - description: Describe the EventMesh version. - options: - - master - - 1.3.0 - - 1.2.0 - - Other - validations: - required: true + - type: dropdown + attributes: + label: EventMesh version + description: Describe the EventMesh version. + options: + - master + - 1.3.0 + - 1.2.0 + - Other + validations: + required: true - type: textarea attributes: