Go to file
2019-02-20 14:23:38 +08:00
docs [Add] add sphinx files into docs/ 2019-02-13 01:51:50 -04:00
tests [Add] load and sync cta strategy data function 2019-02-16 11:18:58 +08:00
vnpy Create atr_rsi_strategy.py 2019-02-20 14:23:38 +08:00
.flake8
.gitignore [Mod]simplify usage of ctp api and gateway 2019-02-18 11:15:51 +08:00
.pylintrc
.travis.yml
LICENSE
README.md
requirements.txt [Mod]change requirements.txt 2019-02-18 17:56:31 +08:00

vnpy 2.0

贡献代码


如果你遇到了任何BUG欢迎[创建 Issue]。

我们热烈欢迎任何人为我们的项目贡献代码。无论是多么细小的改工,都可以提交PR我们会认真对待每一个PR。

在提交代码的时候,请遵守以下规则,以提高代码质量:

  • 使用autopep8格式化你的代码。运行autopep8 --in-place --recursive . 即可。
  • 使用pylint检查你的代码(主要检查命名规则)确保没有error和warning。在项目根目录下运行pylint vnpy即可。
  • 使用flake8检查你的代码确保没有error和warning。在项目根目录下运行flake8即可。