Skip to content

Commit

Permalink
Add environment and version selector in bug_report.yml (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun authored Jan 24, 2022
1 parent 9486c22 commit 765a1e9
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 765a1e9

Please sign in to comment.