From 8d8f832cfbe5ee27fa3dc73d3a0e2ce4dd9b8ce1 Mon Sep 17 00:00:00 2001 From: mxsm Date: Thu, 4 May 2023 17:18:42 +0800 Subject: [PATCH] optimize issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fc7e7ba61a6..d46c3cd2ac7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -34,28 +34,24 @@ body: I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. required: true - - type: dropdown + - type: textarea attributes: - label: Environment - description: Describe the environment. - options: - - Linux - - Mac - - Windows - - Other + label: Runtime platform environment + description: Describe the runtime platform environment. + placeholder: > + OS: (e.g., "Ubuntu 20.04") + OS: (e.g., "Windows Server 2019") validations: required: true - - type: dropdown + - type: textarea attributes: label: RocketMQ version description: Describe the RocketMQ version. - options: - - develop - - 5.1.x - - 5.0.x - - 4.9.x - - Other + placeholder: > + branch: (e.g develop|4.9.x) + version: (e.g. 5.1.0|4.9.5) + Git commit id: (e.g. c88b5cfa72e204962929eea105687647146112c6) validations: required: true