Add: Node.js communities section to README (closes #14)#51
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds a comprehensive "Communities to join" section to the README, providing developers with various platforms to connect with the Node.js community. The addition addresses issue #14 by creating a centralized list of community resources.
- Adds a new table of contents entry for the communities section
- Creates a dedicated communities section with 7 different platforms and resources
- Includes both modern platforms (Discord, Slack) and legacy options (IRC) with descriptive explanations
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - [Node.js Meetups](https://www.meetup.com/topics/nodejs/) | ||
| Find local and virtual Node.js meetups around the world to learn and network. | ||
|
|
||
| - **[`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)** – Legacy IRC chat for Node.js developers. |
There was a problem hiding this comment.
The HTTP link should be changed to HTTPS for security. Use https://webchat.freenode.net/?channels=node.js instead of http://webchat.freenode.net/?channels=node.js.
| - **[`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)** – Legacy IRC chat for Node.js developers. | |
| - **[`#node.js` on Freenode](https://webchat.freenode.net/?channels=node.js)** – Legacy IRC chat for Node.js developers. |
| - [Node.js Meetups](https://www.meetup.com/topics/nodejs/) | ||
| Find local and virtual Node.js meetups around the world to learn and network. | ||
|
|
||
| - **[`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)** – Legacy IRC chat for Node.js developers. |
There was a problem hiding this comment.
Freenode shut down in 2021, and the Node.js community has moved to Libera.Chat. Consider updating this to https://web.libera.chat/#node.js or removing this entry entirely since it's no longer functional.
| - **[`#node.js` on Freenode](http://webchat.freenode.net/?channels=node.js)** – Legacy IRC chat for Node.js developers. | |
| - **[`#node.js` on Libera.Chat](https://web.libera.chat/#node.js)** – Official IRC chat for Node.js developers. |
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| - [Node.js Meetups](https://www.meetup.com/topics/nodejs/) | ||
| Find local and virtual Node.js meetups around the world to learn and network. | ||
|
|
||
| - **[`#node.js` on Libera.Chat](https://web.libera.chat/#node.js)** – Official IRC chat for Node.js developers. |
There was a problem hiding this comment.
The Node.js Meetups entry was not mentioned in the PR description but was added. This creates a discrepancy between the described changes (8 items including Twitter and Freenode IRC) and the actual implementation (7 items with Meetups and Libera.Chat IRC instead).
| - [Node.js Meetups](https://www.meetup.com/topics/nodejs/) | |
| Find local and virtual Node.js meetups around the world to learn and network. | |
| - **[`#node.js` on Libera.Chat](https://web.libera.chat/#node.js)** – Official IRC chat for Node.js developers. | |
| - [Node.js Twitter](https://twitter.com/nodejs) | |
| Follow the official Node.js Twitter account for news, updates, and community highlights. | |
| - **[`#node.js` on Freenode IRC](https://webchat.freenode.net/#node.js)** – Official IRC chat for Node.js developers. |
✅ Deploy Preview for ultimate-nodejs-resources canceled.
|
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [NodeJs Famous Frameworks](#NodeJs-Famous-Frameworks) | ||
| - [Top NodeJs Website Tutorials](#Top-NodeJs-Website-Tutorials) | ||
| - [Communities to join](#communities-to-join) |
There was a problem hiding this comment.
The Table of Contents now links to #communities-to-join, but there is no corresponding "Communities to join" section in the README body. This also doesn’t match the PR description/issue scope (adding a new communities section with links). Either add the section (with the listed community links) or remove this TOC entry until the section exists.
This PR adds a new section to the README listing useful Node.js communities that developers can join. #14
The section includes links to:
This will help contributors and users find support, connect with the community, and stay updated with Node.js news.