this post was submitted on 14 May 2026
31 points (97.0% liked)

Open Source

46794 readers
333 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

Hello,

I have been thinking about making the jump towards Open Source, not just using OSS but also contributing to it.

First, some OSS projects/apps I know of are Peertube, Lemmy (right now using Voyager app), Mastodon, Matrix (used to use the Element app, gave up because I realized it was too hard for those around me who got used to Whatsapp), OpenStreetMap (through OrganicMaps), Jellyfin, and Actual Budget, Godot Engine, Luanti, GrapheneOS... I might know more, but those are the ones I remember right now.

Second, I have some basic experience with programming (mainly Java [haven't learnt GUI yet tho], SQL, and C# for Unity videogames), but no experience entering an already created codebase yet, let alone making changes and sending them (and I admit I might need to get some practice with Git), so it is pretty intimidating. Do you have any advice about it?

Third, I'd like to hear about projects you find interesting or useful. Not neccesarily to contribute or even use them myself, but I'm interested in which other projects there are out there.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] vk6flab@lemmy.radio 18 points 9 hours ago (1 children)

Basically two choices:

  1. Find a project you're interested in and make a contribution. Many projects tag certain issues with something like "Good First Issue" as a way of lowering barriers to entry. Other things are updating documentation, fixing typos, then you can branch out into patches and pull requests.
  2. Make your own FOSS project.
[โ€“] slazer2au@lemmy.world 4 points 9 hours ago

Pretty much on point.

You don't have to touch the whole codebase to contribute, you can only touch the parts you are familiar with.