From c9e365fc615f46bbe83074c045098e2fe6cdda56 Mon Sep 17 00:00:00 2001 From: ruanwenjun Date: Mon, 24 Jan 2022 15:21:48 +0800 Subject: [PATCH] Fix bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) 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: