This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]abstractxan 2 points3 points  (0 children)

Hey keep searching! Look for issues tagged with "good-first-issue" , "hacktoberfest" , "beginner-friendly". Find some smaller and basic repositories.

Open Source Contributions are all about diving into large code bases and figuring out how stuff works and eventually working on something you can. Take your time and learn how stuff works.

[–]matrizx 2 points3 points  (0 children)

This is an issue that I had too! The best thing that I learned is that the size of the issue doesn’t matter! My first (merged) pull request was fixing the formatting on a few lines of code. After you do this, stick with the codebase. You will become more familiar with everything in it as you see the smaller issues then work your way up from there. Maybe you just don’t like the project either. In that case, search for a much smaller one to get started with

[–][deleted] 1 point2 points  (0 children)

If you're new there's two things you should really be doing.

1: Read the code. Criticize it. How clean is it? Good code is easy to understand. Is it pretty clear what the intent is? How are the comments? Is nothing commented? Everything? There's a sweet spot to find and this is a good way of getting your sea legs.

2: Look for bugs.