Skip to content

Add: Node.js communities section to README (closes #14)#51

Merged
DhanushNehru merged 3 commits into
DhanushNehru:mainfrom
gajju44:contributing/gajju44
Apr 6, 2026
Merged

Add: Node.js communities section to README (closes #14)#51
DhanushNehru merged 3 commits into
DhanushNehru:mainfrom
gajju44:contributing/gajju44

Conversation

@gajju44
Copy link
Copy Markdown
Contributor

@gajju44 gajju44 commented Oct 2, 2025

This PR adds a new section to the README listing useful Node.js communities that developers can join. #14

The section includes links to:

  • Official Node.js Discord
  • Node Slackers (Slack)
  • r/node (Reddit)
  • Stack Overflow Node.js tag
  • NodeSchool workshops
  • Node.js GitHub Discussions
  • Node.js Twitter
  • #node.js on Freenode (legacy IRC)

This will help contributors and users find support, connect with the community, and stay updated with Node.js news.

@DhanushNehru DhanushNehru requested a review from Copilot October 2, 2025 16:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md Outdated
- [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.
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- **[`#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.

Copilot uses AI. Check for mistakes.
Comment thread README.md Outdated
- [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.
Copy link

Copilot AI Oct 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- **[`#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.

Copilot uses AI. Check for mistakes.
@DhanushNehru DhanushNehru requested a review from Copilot October 5, 2025 03:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md Outdated
Comment on lines +181 to +184
- [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.
Copy link

Copilot AI Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
- [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.

Copilot uses AI. Check for mistakes.
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 31, 2026

Deploy Preview for ultimate-nodejs-resources canceled.

Name Link
🔨 Latest commit 69896f5
🔍 Latest deploy log https://app.netlify.com/projects/ultimate-nodejs-resources/deploys/69cb6ac6e0f9cf0008ad09dc

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md
Comment on lines 38 to +40
- [NodeJs Famous Frameworks](#NodeJs-Famous-Frameworks)
- [Top NodeJs Website Tutorials](#Top-NodeJs-Website-Tutorials)
- [Communities to join](#communities-to-join)
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@DhanushNehru DhanushNehru merged commit fe81b96 into DhanushNehru:main Apr 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants