Idan Asulin

Idan Asulin

Entrepreneur, co-founder of Memphis.dev

Forums

Idan Asulin

3yr ago

How to contribute to an open-source project

The contribution process 1. Find a nice project for example Redis, NATS, Memphis{dev} 2. Get connected with the project s community (Slack channels, Discord, website, GitHub repo, etc.) 3. Search for contribution guidelines. Often a file located within the project s main repo called CONTRIBUTING.md 4. Fork the GitHub repository Create a copy of the entire repo on your GitHub account 5. Creating a separate branch from the main branch 6. Code your changes (bug fixes, new features, etc.) 7. Push your changes 8. Create a pull request of your branch to the upstream repo 9. Get your PR reviewed by one of the repo maintainers (Usually happens automatically) 10. Fix issues and comments left by the maintainer 11. Awaiting your code to be merged 12. Celebrate your first contribution with some cold beer :-)

View more