diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e9da43eca0..738744db03 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,17 +37,32 @@ body: no similar issues. required: true - - type: textarea + - type: dropdown + id: environment attributes: label: Environment description: Describe the environment. - placeholder: > - - OS: [e.g. Ubuntu 21.04 LTS] - - EventMesh version(s): [e.g. 1.2.0] - - RocketMQ version(s): [e.g. 4.7.1] + options: + - Mac + - Window + - Linux + - Other 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: textarea attributes: label: What happened