From bd39d3769ff7cf8e82c542f9e950a42f88d3d0ac Mon Sep 17 00:00:00 2001 From: yunlzheng Date: Fri, 13 Mar 2020 09:58:03 +0800 Subject: [PATCH] doc: update contributing add unit test topic --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69ddf14..95471ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,7 @@ * Sign the [Contributor License Agreement](https://cla-assistant.io/alibaba/kt-connect). * Before write code init [pre-commit](./docs/developer/pre-commit.md) first. * Write a [good commit message](https://www.conventionalcommits.org/zh-hans/v1.0.0-beta.4/) +* Make sure all test case is successful: *make unit-test* * Push your changes to a topic branch in your fork of the repository. * Submit a pull request to the repository in the alibaba organization. * Make sure the [travis ci status](https://travis-ci.org/alibaba/kt-connect) is passed. \ No newline at end of file