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 06:28:49 UTC

[incubator-eventmesh] branch master updated: Add environment and version selector in bug_report.yml (#734)

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 85f100a  Add environment and version selector in bug_report.yml (#734)
85f100a is described below

commit 85f100a379b5a962c47551e461cfef544676e8fd
Author: Wenjun Ruan <we...@apache.org>
AuthorDate: Mon Jan 24 14:28:41 2022 +0800

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

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

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