From fb2c094fb264bf748c64de5ff8ef6bf92ec69714 Mon Sep 17 00:00:00 2001 From: "Claudio W." Date: Sat, 22 Mar 2025 18:11:46 +0000 Subject: [PATCH 1/2] chore: made chances to get-involved Signed-off-by: Claudio W. --- .../site/pages/en/about/get-involved/index.md | 28 +++++++++---------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/apps/site/pages/en/about/get-involved/index.md b/apps/site/pages/en/about/get-involved/index.md index 3932f03924c1c..c36fe4abb532b 100644 --- a/apps/site/pages/en/about/get-involved/index.md +++ b/apps/site/pages/en/about/get-involved/index.md @@ -5,32 +5,30 @@ layout: about # Get Involved -If you are interested in getting involved with the Node.js community, there are many ways to do so. The Node.js project is a large and diverse community, and there are many ways to contribute, beyond just writing code. +If you are interested in getting involved with the Node.js community, there are many ways to do so. The Node.js project is a large and diverse community with many ways to contribute beyond just writing code. ## Community Discussion -- The [Node.js official Discord server](/discord) is a place to chat with other Node.js developers and getting official news from the Node.js project. -- The [GitHub issues list](https://github.com/nodejs/node/issues) is the place for discussion of Node.js core features and if you have questions about Node.js, you can use the [github discussions](https://github.com/orgs/nodejs/discussions). -- The [`nodejs/help`](https://github.com/nodejs/help/issues) repository is the place to ask questions about Node.js. -- The official Node.js Twitter account is [nodejs](https://twitter.com/nodejs). -- The [Node.js project calendar](https://nodejs.org/calendar) with all public team meetings. +- The [`nodejs/node` GitHub issues list](https://github.com/nodejs/node/issues) is the place to discuss Node.js core features and reporting issues. +- The [`nodejs/help` GitHub repository](https://github.com/nodejs/help/issues) repository is the official place to ask questions about Node.js. +- Node.js's [official Discord server](/discord) is a place to chat with other Node.js developers and get official news from the Node.js project. +- Node.js's [project calendar](https://nodejs.org/calendar) with all public Node.js team meetings. ## Learning Materials If you are looking to learn more about Node.js, there are many resources available to you. -- [Official Learn section](https://nodejs.org/en/learn/) of the Node.js website. -- [Official API reference documentation](https://nodejs.org/api/). -- [NodeSchool.io](https://nodeschool.io/) will teach you Node.js concepts via interactive command-line games. -- [Stack Overflow Node.js tag](https://stackoverflow.com/questions/tagged/node.js) collects new information every day. -- [The DEV Community Node.js tag](https://dev.to/t/node) is a place to share Node.js projects, articles and tutorials as well as start discussions and ask for feedback on Node.js-related topics. Developers of all skill-levels are welcome to take part. -- [Reddit Node.js community](https://www.reddit.com/r/node) is a place to share Node.js projects, articles and tutorials as well as start discussions and ask for feedback on Node.js-related topics. Developers of all skill-levels are welcome to take part. +- Node.js's [official learning materials](https://nodejs.org/en/learn/). +- Node.js's [official API reference documentation](https://nodejs.org/api/). +- [NodeSchool.io](https://nodeschool.io/) will teach Node.js concepts via interactive command-line games. +- [StackOverflow's Node.js tag](https://stackoverflow.com/questions/tagged/node.js) contains a large number of threads with helpful resources. +- [The DEV Community Node.js's tag](https://dev.to/t/node) contains articles and content related to Node.js. ## Unofficial Discussion Areas -If you are looking for a more informal place to discuss Node.js, there are several unofficial discussion areas. -Please note that these are not officially endorsed by the Node.js project. Also follow their respective code of conduct/rules. +There are several unofficial discussion areas if you are looking for a more informal place to discuss Node.js. +Please note that the Node.js project does not officially endorse these. Please follow their respective codes of conduct/rules. -- [Node Slackers](https://www.nodeslackers.com/) is a Node.js-focused Slack community. +- [Node Slackers](https://www.nodeslackers.com/) is a Node. js-focused Slack community. - [OpenJSF Slack](https://slack-invite.openjsf.org/) is a Slack workspace for the OpenJS Foundation. There are several channels related to Node.js. _(channels prefixed by `#nodejs-` are related to the project)_ - `irc.libera.chat` in the `#node.js` channel with an [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) or connect in your web browser to the channel using [a web client](https://kiwiirc.com/nextclient/). From 5a3309c35af08004bb73c08e7987a944fff4446e Mon Sep 17 00:00:00 2001 From: "Claudio W." Date: Sat, 22 Mar 2025 21:45:40 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Aviv Keller Signed-off-by: Claudio W. --- apps/site/pages/en/about/get-involved/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/site/pages/en/about/get-involved/index.md b/apps/site/pages/en/about/get-involved/index.md index c36fe4abb532b..e1c13de78bf64 100644 --- a/apps/site/pages/en/about/get-involved/index.md +++ b/apps/site/pages/en/about/get-involved/index.md @@ -9,8 +9,8 @@ If you are interested in getting involved with the Node.js community, there are ## Community Discussion -- The [`nodejs/node` GitHub issues list](https://github.com/nodejs/node/issues) is the place to discuss Node.js core features and reporting issues. -- The [`nodejs/help` GitHub repository](https://github.com/nodejs/help/issues) repository is the official place to ask questions about Node.js. +- The [`nodejs/node` GitHub repository](https://github.com/nodejs/node/issues) is the place to discuss Node.js core features and reporting issues. +- The [`nodejs/help` GitHub repository](https://github.com/nodejs/help/issues) is the official place to ask questions about Node.js. - Node.js's [official Discord server](/discord) is a place to chat with other Node.js developers and get official news from the Node.js project. - Node.js's [project calendar](https://nodejs.org/calendar) with all public Node.js team meetings. @@ -20,7 +20,7 @@ If you are looking to learn more about Node.js, there are many resources availab - Node.js's [official learning materials](https://nodejs.org/en/learn/). - Node.js's [official API reference documentation](https://nodejs.org/api/). -- [NodeSchool.io](https://nodeschool.io/) will teach Node.js concepts via interactive command-line games. +- [NodeSchool.io](https://nodeschool.io/) teaches Node.js concepts via interactive command-line games. - [StackOverflow's Node.js tag](https://stackoverflow.com/questions/tagged/node.js) contains a large number of threads with helpful resources. - [The DEV Community Node.js's tag](https://dev.to/t/node) contains articles and content related to Node.js. @@ -29,6 +29,6 @@ If you are looking to learn more about Node.js, there are many resources availab There are several unofficial discussion areas if you are looking for a more informal place to discuss Node.js. Please note that the Node.js project does not officially endorse these. Please follow their respective codes of conduct/rules. -- [Node Slackers](https://www.nodeslackers.com/) is a Node. js-focused Slack community. +- [Node Slackers](https://www.nodeslackers.com/) is a Node.js-focused Slack community. - [OpenJSF Slack](https://slack-invite.openjsf.org/) is a Slack workspace for the OpenJS Foundation. There are several channels related to Node.js. _(channels prefixed by `#nodejs-` are related to the project)_ - `irc.libera.chat` in the `#node.js` channel with an [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) or connect in your web browser to the channel using [a web client](https://kiwiirc.com/nextclient/).