New contributor looking for guidance on getting started #18266
-
|
Hi everyone! I recently started getting seriously interested in open source after attempting GSoC last year. Even though I wasn’t selected, the process made me genuinely enjoy learning how large projects and communities work. I’ve been exploring Flutter and Firebase tooling and would really love to start contributing to FlutterFire. I’ve gone through the repository structure a bit, but I’m still unsure where beginners usually start contributing here. Are there any beginner-friendly issues, documentation tasks, or areas you’d recommend focusing on first? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Welcome! It’s great that your GSoC experience got you more interested in open source. FlutterFire is actually a good project to start with because you can learn a lot about Flutter plugins, Firebase integrations, testing, and how large repositories are organized. For getting started, I’d recommend:
Reading a few recently merged PRs also helps a lot because you can see how contributors usually structure changes and tests. And don’t worry about starting with a big contribution. Even small fixes, docs improvements, or helping reproduce bugs are valuable contributions and a good way to learn the workflow. |
Beta Was this translation helpful? Give feedback.
Welcome! It’s great that your GSoC experience got you more interested in open source.
FlutterFire is actually a good project to start with because you can learn a lot about Flutter plugins, Firebase integrations, testing, and how large repositories are organized.
For getting started, I’d recommend:
Reading a few recently merged PRs also helps a lot because you can see how contributors usually structure changes and tests.
And don’t worry about starting with a big c…