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

[incubator-eventmesh] branch master updated: Fix bug report template (#741)

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

mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 53941c6  Fix bug report template (#741)
53941c6 is described below

commit 53941c6052b5ec23ffe43fc479b2863973a91786
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Mon Jan 24 16:03:39 2022 +0800

    Fix bug report template (#741)
---
 .github/ISSUE_TEMPLATE/bug_report.yml | 24 +++++++++++-------------
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 738744d..9ea94fa 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,7 +38,6 @@ body:
           required: true
 
   - type: dropdown
-    id: environment
     attributes:
       label: Environment
       description: Describe the environment.
@@ -50,18 +49,17 @@ body:
     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: dropdown
+    attributes:
+      label: EventMesh version
+      description: Describe the EventMesh version.
+      options:
+        - master
+        - 1.3.0
+        - 1.2.0
+        - Other
+    validations:
+      required: true
 
   - type: textarea
     attributes:

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