Jivanvl commented on a change in pull request #10062: Docs contributing URL: https://github.com/apache/incubator-echarts/pull/10062#discussion_r263545243
########## File path: .github/CONTRIBUTING.md ########## @@ -1,27 +1,86 @@ -如果你想帮助 **ECharts** 的话,请首先阅读指导原则: +# Contributing -- 如果你希望提 bug: +👍🎉 First off, thanks for taking the time to contribute! 🎉👍 - - 清楚地描述问题,注意:**别人是否能通过你的描述理解这是什么问题**。 - - 说明版本(ECharts 版本,浏览器版本,设备、操作系统版本等) - - 最好提供完整的ECharts option,截图或线上实例(可以使用JSFiddle/JSBin/Codepen)。 +Please checkout [Apache Code of Conduct](https://www.apache.org/foundation/policies/conduct.html) first. -- 如果你想问问题: +## Issues - - 首先是否在这些文档中寻找过问题的答案:[option文档](http://echarts.baidu.com/option.html),[API文档](http://echarts.baidu.com/api.html),[教程](http://echarts.baidu.com/tutorial.html) - - 简单的问题,可以在QQ群中求助(群号:465958031) +Please use [ECharts issue helper](https://ecomfe.github.io/echarts-issue-helper/) to create issues. Otherwise, they will be closed by our robot. -- 如何取得能运行的 `ECharts option` +And before you do so, please search for similar questions in [issues list](https://github.com/apache/incubator-echarts/issues?utf8=%E2%9C%93&q=is%3Aissue). If a closed issue have new problems in your environment, please create a new issue and reference the previous one. - 一个参考方式: - 在你的程序的 - ```javascript - chart.setOption(option); - ``` - 前加入这句话 - ```javascript - console.log(JSON.stringify(option, null, 4)); - ``` - - 然后打开浏览器的调试工具(如 `Chrome Deverloper Tool`)的 `控制台(console)`,可以得到option输出。 +Please read [documents](http://echarts.apache.org/option.html) carefully before asking any questions. +Questions in the form on *how to use ECharts to ...* should be at http://stackoverflow.com and will be closed in GitHub issues. + +## Pull Requests + +If you wish to fix a bug or add some new features, please discuss with us in the issue first. If there's no such issue, please create an issue using [ECharts issue helper](https://ecomfe.github.io/echarts-issue-helper/). Review comment: ```suggestion If you wish to fix a bug or add new features, please discuss it with us in an issue first. If there's no issue, please create one using the [echarts issue helper](https://ecomfe.github.io/echarts-issue-helper/). ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
