From 14fdf46e12d64fa9bad71fd96f4e305f82f5e970 Mon Sep 17 00:00:00 2001
From: Mariam Zakaria <123750992+mariam851@users.noreply.github.com>
Date: Fri, 31 Oct 2025 13:57:36 +0200
Subject: [PATCH] docs: improve README text and add tutorial links
---
README.md | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index df7334ee258..31630163cd6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,11 @@
- Simple yet flexible JavaScript charting for designers & developers
+
+
+ ← Current CI build status
+ Simple, flexible, and powerful JavaScript charting library for designers and developers.
+
@@ -26,13 +30,22 @@ All the links point to the new version 4 of the lib. * [Developers](https://www.chartjs.org/docs/latest/developers/index) * [Popular Extensions](https://github.com/chartjs/awesome) * [Samples](https://www.chartjs.org/samples/) +* [Tutorials and Examples](https://www.chartjs.org/docs/latest/samples/) In case you are looking for an older version of the docs, 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 Started 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/chart.js) with the `chart.js` tag. +### Guides + +* [General](https://www.chartjs.org/docs/latest/general/data-structures) +* [Configuration](https://www.chartjs.org/docs/latest/configuration/index) +* [Charts](https://www.chartjs.org/docs/latest/charts/line) +* [Axes](https://www.chartjs.org/docs/latest/axes/index) +* [Developers](https://www.chartjs.org/docs/latest/developers/index) + ## License Chart.js is available under the [MIT license](LICENSE.md).