Beyond the Terminal: My Evolution as a Fedora Contributor
From Newbie to Contributor: My Path in Fedora Back in 2024, I started my journey into open source with curiosity, passion, and honestly… a lot of confusion. I was especially interested in Linux sys...

Source: DEV Community
From Newbie to Contributor: My Path in Fedora Back in 2024, I started my journey into open source with curiosity, passion, and honestly… a lot of confusion. I was especially interested in Linux systems i have always loved Linux and enjoyed exploring its tools, the terminal, and scripting ,that passion made me want to contribute to the Fedora Project. But at that time, I was a complete beginner. I didn’t know where to start, what to do, or even how to begin contributing. That "Oh no" moment with nmstate One of the first projects I came across was nmstate. I remember opening it, Everything looked complex, and when i opened the repo, I saw these massive YAML files defining MACVTAP interfaces and complex Ansible roles,I remember looking at a block of code like this: - name: veth0 type: macvlan state: up parent: eth0 macvlan: mode: bridge At first, I froze. I ended up feeling completely overwhelmed. I was used to simple scripts, but seeing low-level networking logic abstracted into declarat