Skip to content

Commit

Permalink
Revert "Add environment and version selector in bug_report.yml (#734)"
Browse files Browse the repository at this point in the history
This reverts commit 85f100a.
  • Loading branch information
ruanwenjun authored Jan 24, 2022
1 parent 85f100a commit a740746
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,17 @@ body:
no similar issues.
required: true
- type: dropdown
id: environment
- type: textarea
attributes:
label: Environment
description: Describe the environment.
options:
- Mac
- Window
- Linux
- Other
placeholder: >
- OS: [e.g. Ubuntu 21.04 LTS]
- EventMesh version(s): [e.g. 1.2.0]
- RocketMQ version(s): [e.g. 4.7.1]
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 a740746

Please sign in to comment.