From fe9e5026329b9fcfa341b7d0ec35ba35ef67c8ca Mon Sep 17 00:00:00 2001 From: Peter Hauke <90506472+peterhauke@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:32:27 +0200 Subject: [PATCH 1/2] Fix Stack Overflow tag: chart.js The same fix as accepted in: #10520 The correct Stack Overflow tag name is chart.js and not chartjs --- docs/developers/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/contributing.md b/docs/developers/contributing.md index fe0cadbfc5e..3a32ec09f15 100644 --- a/docs/developers/contributing.md +++ b/docs/developers/contributing.md @@ -66,7 +66,7 @@ When a test fails, the expected and actual images are shown. If you'd like to se ## Bugs and Issues -Please report these on the GitHub page - at github.com/chartjs/Chart.js. Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chartjs`](https://stackoverflow.com/questions/tagged/chartjs) tag on Stack Overflow. +Please report these on the GitHub page - at github.com/chartjs/Chart.js. Please do not use issues for support requests. For help using Chart.js, please take a look at the [`chart.js`](https://stackoverflow.com/questions/tagged/chart.js) tag on Stack Overflow. Well structured, detailed bug reports are hugely valuable for the project. From c20d5d214456612d6944ba4091554c8521acc191 Mon Sep 17 00:00:00 2001 From: Peter Hauke <90506472+peterhauke@users.noreply.github.com> Date: Wed, 27 Jul 2022 19:40:12 +0200 Subject: [PATCH 2/2] Fix Stack Overflow tag: chart.js The same fix as accepted in: #10520 The correct Stack Overflow tag name is chart.js and not chartjs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 741b1364073..23567c6691e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -59,7 +59,7 @@ const myChart = new Chart(ctx, { Before submitting an issue or a pull request to the project, please take a moment to look over the [contributing guidelines](./developers/contributing.md) first. -For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/chartjs). +For support using Chart.js, please post questions with the [`chart.js` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/chart.js). ## License