I use open source self hosted software everyday. I love the community and I would love to be able to contribute to some of these projects.

As far as code goes, I basically no nothing about how it works. I see the development section of the repos I use and again, I’ve go no idea how it works.

How can I teach myself how to offer small improvements to the projects I use?

  • teawrecks@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    9
    ·
    19 hours ago

    Probably the easiest place to start is appropriately reporting a bug that you’re impacted by.

    Take note of the version of the affected program you are using (likely depends on your distro). It could be that the bug has been fixed in a more recent release, and you don’t want to create noise for an issue that has already been resolved and hasn’t made it to you, or is specific to the build for your distro.

    Once you’ve figured out where the issue must lie, make a report with detailed steps on how to reproduce the issue. Don’t ghost the thread, if a dev asks followup questions, try to help give feedback.

    If you’re lucky, and they post a commit to fix the issue, take a look at it and try to understand what it is doing. Over time, you’ll start to get a feel for how open development works.