forked from pyecharts/pyecharts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d7cff1
commit 8f9291d
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### 提 issue 注意事项 | ||
0. 先仔细阅读文档中是否有关于您需要解决的问题的解决方法 | ||
1. 提 issue 前请先搜搜看以往的 issue 有没有解决了您的问题 | ||
2. 如若是不能正常使用的问题,请贴上详细的 pyecharts 版本,使用系统以及 Python 版本 | ||
3. 最好详细描述问题,必要时加上**代码+贴图** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### 提 PR 注意事项 | ||
0. 同步到 dev 分支的最新版本 | ||
1. 代码尽量保持与项目统一风格,尽量按照 PEP8 规范写代码,必要时附上注释 | ||
2. 如需要时请添加单元测试,也请确保所有测试能够通过 | ||
3. 将 PR 推送至远程的 dev 分支,master 分支只负责发布新版本。请在提交信息中描述关于该 PR 的详细信息,需要时加上截图。 | ||
4. 若是对文档进行修改,请确保数字,字母与中文之间两边均有一空格,如你所看到的整篇文档一样 |