Your first open-source contribution
After this lesson you can: Land a real pull request in someone else's project.
First: Git and GitHub, the parts you use
Watch
- Complete Guide to Open Source - How to Contribute - freeCodeCamp.org, 42 min. A 42-minute freeCodeCamp guide is the strongest fit for a practical first-contribution walkthrough.
- How to make your first pull request (and how I made mine) - Daniel Bourke, 19 min. The title focuses exactly on making a first pull request, matching the lesson outcome.
- How to Get Started with Contributing to Open Source - AssemblyAI, 15 min. A concise open-source starting guide can reinforce contribution paths without assuming prior maintainer experience.
Notes
Your first open-source contribution is less about proving expertise and more about reducing friction for a maintainer. You are entering an existing codebase, understanding a small corner of it, making a narrowly scoped improvement, and presenting it clearly. The best first pull request is often not a clever feature; it is a typo fix, clearer documentation, a missing example, a small test, or a reproduction of a bug with a fix attached.
Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.