From 65eac4612cd858cb981cbc8cee83596e6ec1b1c5 Mon Sep 17 00:00:00 2001 From: nanoric Date: Mon, 7 Jan 2019 02:49:02 -0400 Subject: [PATCH] =?UTF-8?q?[Add]=20=E5=A2=9E=E5=8A=A0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 00000000..2b8dd00e --- /dev/null +++ b/Readme.md @@ -0,0 +1,21 @@ +vnpy 2.0 + +## 贡献代码 +--- + +如果你遇到了任何BUG,欢迎[创建 Issue]。 + +我们热烈欢迎任何人为我们的项目贡献代码。无论是多么细小的改工,都可以[提交PR],我们会认真对待每一个PR。 + +在提交代码的时候,请遵守以下规则,以提高代码质量: + + * 使用[yapf](目前必须使用github上的最新代码:```pip install https://github.com/google/yapf/archive/master.zip```)格式化你的代码。对你的每一个文件运行```yapf --style .style.yapf ```即可。 + * 使用[pylint]检查你的代码,确保没有error和warning。我们使用的pylint规则在项目根目录下。运行```pylint --rcfile=pylintrc vnpy```即可。 + + [yapf]:https://github.com/google/yapf + [pylint]:https://github.com/PyCQA/pylint + [提交PR]:https://help.github.com/articles/creating-a-pull-request/ + [创建 Issue]:http://pylint.pycqa.org/en/latest/tutorial.html + + +