From 088f437fe8cd78ab95ae175839ad30dcdc6139e8 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Thu, 24 Oct 2024 16:13:06 +0200 Subject: [PATCH 1/2] content/chore(learn): give visibility to the status page --- README.md | 2 ++ apps/site/pages/en/about/get-involved/contribute.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d354096d580a..a5d4cde858f9e 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,8 @@ These are maintained in different repositories and we urge users to open **issue [Translation Guidelines][] +[Status Page](https://status.nodejs.org/) of the Node.js web infrastructure. + ## Thanks - Thanks to all contributors and collaborators that make this project possible. diff --git a/apps/site/pages/en/about/get-involved/contribute.md b/apps/site/pages/en/about/get-involved/contribute.md index 6392c5fe32cb5..cbd387741d5bb 100644 --- a/apps/site/pages/en/about/get-involved/contribute.md +++ b/apps/site/pages/en/about/get-involved/contribute.md @@ -24,7 +24,7 @@ When reporting an issue we also need as much information about your environment The Node.js project is currently managed across a number of separate GitHub repositories, each with their own separate issues database. If possible, please direct any issues you are reporting to the appropriate repository but don't worry if things happen to get put in the wrong place, the community of contributors will be more than happy to help get you pointed in the right direction. - To report issues specific to Node.js, please use [nodejs/node](https://github.com/nodejs/node) -- To report issues specific to this website, please use [nodejs/nodejs.org](https://github.com/nodejs/nodejs.org/issues) +- To report issues specific to this website, please use [nodejs/nodejs.org](https://github.com/nodejs/nodejs.org/issues). Please check if issues have already been reported before creating a new one. Also you have the [status page](https://status.nodejs.org) to check the status of the website. ## Code contributions From 9e90ddc6dcc6d6f3f15274c58baaec2ed457da64 Mon Sep 17 00:00:00 2001 From: Augustin Mauroy Date: Fri, 25 Oct 2024 22:04:50 +0200 Subject: [PATCH 2/2] Update contribute.md Co-authored-by: Brian Muenzenmeyer Signed-off-by: Augustin Mauroy --- apps/site/pages/en/about/get-involved/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/pages/en/about/get-involved/contribute.md b/apps/site/pages/en/about/get-involved/contribute.md index cbd387741d5bb..06408837cbe86 100644 --- a/apps/site/pages/en/about/get-involved/contribute.md +++ b/apps/site/pages/en/about/get-involved/contribute.md @@ -24,7 +24,7 @@ When reporting an issue we also need as much information about your environment The Node.js project is currently managed across a number of separate GitHub repositories, each with their own separate issues database. If possible, please direct any issues you are reporting to the appropriate repository but don't worry if things happen to get put in the wrong place, the community of contributors will be more than happy to help get you pointed in the right direction. - To report issues specific to Node.js, please use [nodejs/node](https://github.com/nodejs/node) -- To report issues specific to this website, please use [nodejs/nodejs.org](https://github.com/nodejs/nodejs.org/issues). Please check if issues have already been reported before creating a new one. Also you have the [status page](https://status.nodejs.org) to check the status of the website. +- To report issues specific to this website, please use [nodejs/nodejs.org](https://github.com/nodejs/nodejs.org/issues). Please check if issues have already been reported before creating a new one. The [status page](https://status.nodejs.org) also reports any large-scale disruptions to the site and downloads. ## Code contributions