You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by we...@apache.org on 2022/01/24 07:37:50 UTC

[incubator-eventmesh] 01/01: Revert "Add environment and version selector in bug_report.yml (#734)"

This is an automated email from the ASF dual-hosted git repository.

wenjun pushed a commit to branch revert-734-dev_wenjun_optimizeBugReport
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit a7407460fe04ecd8f557c2e0b5d7b303a997d316
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Mon Jan 24 15:37:42 2022 +0800

    Revert "Add environment and version selector in bug_report.yml (#734)"
    
    This reverts commit 85f100a379b5a962c47551e461cfef544676e8fd.
---
 .github/ISSUE_TEMPLATE/bug_report.yml | 25 +++++--------------------
 1 file changed, 5 insertions(+), 20 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 738744d..e9da43e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org