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?

  • inzen@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    21 hours ago

    Self taught programmer here. If your goal is to contribute code. Get the project’s code, learn how to run it. Go pick an issue, great if it has a first time contributor tag or something. Try to fix it. If someone fixes it before you, now you can compare fixes. Sounds simple? It kind of is, but there are some side quests involved. This processes will force you to learn the bare minimum to get the task done. Your solution will most likely be shit but that’s great, you can only get better. Programming is less about knowing how to do something and more about figuring it out as you go. Google, chatbot/llm, read the docs, ask others. Edit: Forgot something important: Be open to critique, programming is a craft and there is a lot to learn. Being bad at it is a given for most. Also most programmers are kinda bad at communicating so they may sound harsher than they are.