I am a Node.js developer and I would like to contribute to open source Node.js projects on GitHub ! What are some projects that you recommend and how do I go about it?
Well, what are the node modules that you use the most? List down those repos and see if they have any open issues. Fork a repo and start solving one of the issues and once done send them a pull request. I would start like that if I wanted to contribute something to the community,
You can check out this label on Github. 🙂
I’m working on a project to help beginners get started on contributing open source projects. github.com/Roshanjossey/first-contributions It’d be awesome if you could check it out and gimme feedback
Oded Welgreen
Full stack developer, musician and gamer
There are a few sites that help you find projects to contribute to:
Up for Grabs
OpenHatch
You still have time - Hacktoberfest
Search for GitHub projects that have an issue with the label up-for-grabs or jump-in
Other than that, think about npm packages (or nuget or anything else) that you often use, and check their repositories for information about how to contribute (in their readme.md or contributing.md files) or just check their issues.
Good luck!