Added v2 to issue template as not supported and change links in readme to v3 versions (#8693)

This commit is contained in:
Jacco van den Berg 2021-04-02 20:32:55 +02:00 committed by GitHub
parent dc6a660eeb
commit 73a5ec3ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 13 deletions

View File

@ -11,7 +11,7 @@ labels: 'type: bug'
Bug reports MUST be submitted with an interactive example: Bug reports MUST be submitted with an interactive example:
https://codepen.io/pen?template=JXVYzq https://codepen.io/pen?template=JXVYzq
Chart.js 1.x is NOT supported anymore, new issues will be disregarded. Chart.js versions lower then 3.x are NOT supported anymore, new issues will be disregarded.
--> -->
## Expected Behavior ## Expected Behavior

View File

@ -13,23 +13,20 @@
## Documentation ## Documentation
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: All the links point to the new version 3 of the lib.
* Current docs points to version 2.9.4
* Npm/CDN/etc point to version 2.9.4 (unless you explicitly set newer version, e.g. npm next)
* Source currently points to 3.x.x version. 2.9.4 source is available [here](https://github.com/chartjs/Chart.js/tree/2.9)
* Docs for version 3.x.x are available [here](https://www.chartjs.org/docs/master/)
* [Introduction](https://www.chartjs.org/docs/latest/) * [Introduction](https://www.chartjs.org/docs/latest/)
* [Getting Started](https://www.chartjs.org/docs/latest/getting-started/) * [Getting Started](https://www.chartjs.org/docs/latest/getting-started/index)
* [General](https://www.chartjs.org/docs/latest/general/) * [General](https://www.chartjs.org/docs/latest/general/data-structures)
* [Configuration](https://www.chartjs.org/docs/latest/configuration/) * [Configuration](https://www.chartjs.org/docs/latest/configuration/index)
* [Charts](https://www.chartjs.org/docs/latest/charts/) * [Charts](https://www.chartjs.org/docs/latest/charts/line)
* [Axes](https://www.chartjs.org/docs/latest/axes/) * [Axes](https://www.chartjs.org/docs/latest/axes/index)
* [Developers](https://www.chartjs.org/docs/latest/developers/) * [Developers](https://www.chartjs.org/docs/latest/developers/index)
* [Popular Extensions](https://github.com/chartjs/awesome) * [Popular Extensions](https://github.com/chartjs/awesome)
* [Samples](https://www.chartjs.org/samples/) * [Samples](https://www.chartjs.org/samples/)
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/)
## Contributing ## Contributing
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. 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.