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/05/24 02:11:38 UTC

[incubator-eventmesh] branch master updated: Add the unit test document link and modify the unit test issue template (#885)

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 01b53e67 Add the unit test document link and modify the unit test issue template (#885)
01b53e67 is described below

commit 01b53e6708c70ecbd417d09478b05c60d145afc2
Author: Alonexc <91...@users.noreply.github.com>
AuthorDate: Tue May 24 10:11:33 2022 +0800

    Add the unit test document link and modify the unit test issue template (#885)
    
    * unit test rule
    
    * update unit test rule
    
    * update unit test rule and commit en unit test rule
    
    * update en unit test rule
    
    * update en unit test rule
    
    * update en unit test rule
    
    * update unit test rule
    
    * add unit_test.yml
    
    * update unit_test.yml
    
    * update unit_test.yml and add a link
    
    * update unit_test.yml
    
    Co-authored-by: Alonexc <lmjxc1997526>
---
 .github/ISSUE_TEMPLATE/unit_test.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/unit_test.yml b/.github/ISSUE_TEMPLATE/unit_test.yml
index d33367ba..77b89c1d 100644
--- a/.github/ISSUE_TEMPLATE/unit_test.yml
+++ b/.github/ISSUE_TEMPLATE/unit_test.yml
@@ -16,7 +16,7 @@
 #
 
 name: Unit Test
-title: "[Unit Test] Unit Test Title"
+title: "[Unit Test] Unit test title"
 description: I want to do some unit tests for this project
 labels: ["unit test"]
 body:
@@ -41,7 +41,7 @@ body:
     attributes:
       label: Read the unit testing guidelines
       description: >
-        Read the [unit testing guidelines]() before writing unit test code.
+        Read the [unit testing guidelines](https://github.com/apache/incubator-eventmesh/blob/master/docs/en/instructions/eventmesh-unit-test-rule.md) before writing unit test code.
       options:
         - label: >
             I have read.
@@ -69,7 +69,6 @@ body:
         | Task Status | Class | Type |
         | :------: | :------ | :------ |
         | × | xxxxxx | xxxxxx |
-      render: bash
     validations:
       required: true
 


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