From 904b1ba3a978c25701a45e914179bb0145c94cf3 Mon Sep 17 00:00:00 2001 From: DQYuan <932087612@qq.com> Date: Sat, 14 Sep 2019 16:04:50 +0800 Subject: [PATCH] how to contributor --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index 88657b4..cc86509 100644 --- a/README.MD +++ b/README.MD @@ -522,7 +522,15 @@ def echarts_cate_draw(locations, labels, file_path, title="地域分布图", sub """ ``` +# How to Contribute +项目代码还很粗糙,如果大家对代码有所改进,欢迎提交回本项目 +,在提交之前,注意以下两点: + + - 在`tests`添加相应的单元测试 + - 使用`python setup.py test`来运行所有单元测试,确保所有单测都是通过的 + +之后即可提交PR # END -- GitLab