Skip to content

Commit 0d5496f

Browse files
authored
fix typos, clarify (#15512)
* Fix typos * fix typos, clarify
1 parent 3a65992 commit 0d5496f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ Contributions can be made in varied ways:
1313
- Remind the authors to provide a demo if they are reporting for a bug
1414
- Try to reproduce the problem as describe in the issues
1515
- Make pull requests to fix bugs or implement new features
16-
- Mend or translate the documents
16+
- Improve or translate the documents
1717
- Discuss in the [mailing list](https://echarts.apache.org/en/maillist.html)
1818
- ...
1919

2020
## Issues
2121

2222
When opening new issues, please use the [echarts issue helper](https://ecomfe.github.io/echarts-issue-helper/), opening issues in any other way will cause our bot to close them automatically.
2323

24-
And before doing so, please search for similar questions in our [issues list](https://github.com/apache/echarts/issues?utf8=%E2%9C%93&q=is%3Aissue). If you are able to reproduce an issue found in a closed issue, please create a new issue and reference the closed one.
24+
Additionally, before doing so, please search for similar questions in our [issues list](https://github.com/apache/echarts/issues?utf8=%E2%9C%93&q=is%3Aissue). If you are able to reproduce an issue found in a closed issue, please create a new issue and reference the closed one.
2525

2626
Please read the [documentation](http://echarts.apache.org/option.html) carefully before asking any questions.
2727

2828
Any questions in the form of *how can I use echarts to* or *how to use echarts x feature to* belong in [Stack Overflow](http://stackoverflow.com), issues with questions like that in the issue tracker will be closed.
2929

3030
## Release Milestone Discussion
3131

32-
We will start the discussion about the bugs to fix and features of each release in the [mailing list](https://echarts.apache.org/en/maillist.html). You may subscribe our [mailing list](https://echarts.apache.org/en/maillist.html) to give your valuable advice in the milestone dicussion.
32+
We will start the discussion about the bugs to fix and features of each release in the [mailing list](https://echarts.apache.org/en/maillist.html). You may subscribe to our [mailing list](https://echarts.apache.org/en/maillist.html) to give your valuable advice in milestone dicussions.
3333

34-
About our release plan, we will release a mior version at the end of every month. Here is some detail.
34+
Regarding the release plan, we will release a mior version at the end of every month. Here is some detail.
3535

3636
1. Assume our current stable release is 4.3.0. We will start the discussion of milestone of the release two versions ahead, which is 4.5.0 at the beginning of each month. At this time we should also kickoff the developing of the next release, which is 4.4.0.
3737
2. Finish 4.4.0 developing at about 22th of this month and start the testing. And the 4.5.0 milestone discussion is frozen and published on the [GitHub](https://github.com/apache/echarts/milestone/14)
@@ -61,9 +61,9 @@ Wiki: [How to setup the dev environment](https://github.com/apache/echarts/wiki/
6161
+ https://www.apache.org/legal/src-headers.html#3party
6262
+ Licenses that are compatible with the Apache license:
6363
+ BSD and MIT are compatible with the Apache license but CC_BY_SA is not (https://apache.org/legal/resolved.html#cc-sa).
64-
+ Stack overflow:
65-
+ before intending to copy code from Stack overlow, we must check:
64+
+ Stack Overflow:
65+
+ before intending to copy code from Stack Overlow, we must check:
6666
+ https://apache.org/legal/resolved.html#stackoverflow
6767
+ https://issues.apache.org/jira/browse/LEGAL-471
68-
+ Wikipedia:
69-
+ Wikipedia is licensed CC 4.0 BY_SA and is incompatible with the Apache license. So we should not copy code from Wikipedia.
68+
+ Wikipedia (and most Wikimedia Foundation projects):
69+
+ Wikipedia, and most Wikimedia Foundation projects, are licensed under CC 4.0 BY_SA (and sometimes GFDL) and is incompatible with the Apache license. Therefore, we should not copy code from Wikipedia, or Wikimedia Foundation projects.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Apache ECharts is a free, powerful charting and visualization library offering a
1414

1515
You may choose one of the following methods:
1616

17-
+ Download from Official Website in [中文下载页](https://echarts.apache.org/zh/download.html)
18-
+ Download from Official Website in [English](https://echarts.apache.org/en/download.html)
17+
+ Download from the official website in [中文下载页](https://echarts.apache.org/zh/download.html)
18+
+ Download from the official website in [English](https://echarts.apache.org/en/download.html)
1919
+ `npm install echarts --save`
2020
+ CDN: [jsDelivr CDN](https://www.jsdelivr.com/package/npm/echarts?path=dist)
2121

@@ -37,7 +37,7 @@ You may choose one of the following methods:
3737

3838
+ [GitHub Issues](https://github.com/apache/echarts/issues) for bug report and feature requests
3939
+ Email [dev@echarts.apache.org](mailto:dev@echarts.apache.org) for general questions
40-
+ Subscribe [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project
40+
+ Subscribe to the [mailing list](https://echarts.apache.org/en/maillist.html) to get updated with the project
4141

4242
## Build
4343

@@ -66,7 +66,7 @@ More custom build approaches can be checked in this tutorial: [Create Custom Bui
6666

6767
## Contribution
6868

69-
If you wish to debug locally or make pull requests, please refer to [contributing](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md) document.
69+
If you wish to debug locally or make pull requests, please refer to the [contributing](https://github.com/apache/echarts/blob/master/CONTRIBUTING.md) document.
7070

7171
## Resources
7272

0 commit comments

Comments
 (0)