Skip to content

Commit

Permalink
optimize issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored May 4, 2023
1 parent c88b5cf commit 8d8f832
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8d8f832

Please sign in to comment.