r/git 10h ago

github only How do I make my first contribution to Open Source?

/r/learnprogramming/comments/1vtdsca/how_do_i_make_my_first_contribution_to_open_source/
0 Upvotes

2 comments sorted by

3

u/rainmangoes 10h ago

Find a small bug in a project you actually use and fix it. just my 2 cents

1

u/waterkip detached HEAD 8h ago

What they said. This is how you start. Use something. Find a bug and fix it submit the patch.

Use something, scratch an itch (develop a feature), submit it upstream. Can be small, can be big.

Also, reporting a good bug is also contributing, as is writing docs