Skip to content

Commit 73a5ec3

Browse files
authored
Added v2 to issue template as not supported and change links in readme to v3 versions (chartjs#8693)
1 parent dc6a660 commit 73a5ec3

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Diff for: .github/ISSUE_TEMPLATE/BUG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ labels: 'type: bug'
1111
Bug reports MUST be submitted with an interactive example:
1212
https://codepen.io/pen?template=JXVYzq
1313
14-
Chart.js 1.x is NOT supported anymore, new issues will be disregarded.
14+
Chart.js versions lower then 3.x are NOT supported anymore, new issues will be disregarded.
1515
-->
1616

1717
## Expected Behavior

Diff for: README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,20 @@
1313

1414
## Documentation
1515

16-
Currently, there are two versions of the library (2.9.4 and 3.x.x). Version 2 is the latest stable version while 3 is the next (currently beta) version. As such bear the following in mind:
17-
18-
* Current docs points to version 2.9.4
19-
* Npm/CDN/etc point to version 2.9.4 (unless you explicitly set newer version, e.g. npm next)
20-
* Source currently points to 3.x.x version. 2.9.4 source is available [here](https://github.com/chartjs/Chart.js/tree/2.9)
21-
* Docs for version 3.x.x are available [here](https://www.chartjs.org/docs/master/)
16+
All the links point to the new version 3 of the lib.
2217

2318
* [Introduction](https://www.chartjs.org/docs/latest/)
24-
* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/)
25-
* [General](https://www.chartjs.org/docs/latest/general/)
26-
* [Configuration](https://www.chartjs.org/docs/latest/configuration/)
27-
* [Charts](https://www.chartjs.org/docs/latest/charts/)
28-
* [Axes](https://www.chartjs.org/docs/latest/axes/)
29-
* [Developers](https://www.chartjs.org/docs/latest/developers/)
19+
* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/index)
20+
* [General](https://www.chartjs.org/docs/latest/general/data-structures)
21+
* [Configuration](https://www.chartjs.org/docs/latest/configuration/index)
22+
* [Charts](https://www.chartjs.org/docs/latest/charts/line)
23+
* [Axes](https://www.chartjs.org/docs/latest/axes/index)
24+
* [Developers](https://www.chartjs.org/docs/latest/developers/index)
3025
* [Popular Extensions](https://github.com/chartjs/awesome)
3126
* [Samples](https://www.chartjs.org/samples/)
3227

28+
In case you are looking for the docs of version 2, you will have to specify the specific version in the url like this: [https://www.chartjs.org/docs/2.9.4/](https://www.chartjs.org/docs/2.9.4/)
29+
3330
## Contributing
3431

3532
Instructions on building and testing Chart.js can be found in [the documentation](https://www.chartjs.org/docs/master/developers/contributing.html#building-and-testing). Before submitting an issue or a pull request, please take a moment to look over the [contributing guidelines](https://www.chartjs.org/docs/master/developers/contributing) first. For support, please post questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs) with the `chartjs` tag.

0 commit comments

Comments
 (0)