I'm interested in starting my journey in open source contribution and would like to know how to make changes to existing open source projects and build them locally to verify the changes I've made on my system.<p>Specifically, I'd like to learn about the build process and how to verify changes such as tweaking UI elements, enhancing user commands, or adding new tools to an open source project.<p>Any advice, tips, or resources on this topic would be greatly appreciated. I am a newbie in this journey so any leads will really help me a lot to start the open source contribution journey.<p>Thank you!
So, looking at a GNOME project I know a little about, Rhythmbox...<p>* Source code is: <a href="https://gitlab.gnome.org/GNOME/rhythmbox/-/tree/master" rel="nofollow">https://gitlab.gnome.org/GNOME/rhythmbox/-/tree/master</a><p>* Ways to work on it: <a href="https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/HACKING" rel="nofollow">https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/HACKI...</a><p>* How to build it locally: <a href="https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/INSTALL" rel="nofollow">https://gitlab.gnome.org/GNOME/rhythmbox/-/blob/master/INSTA...</a><p>What GNOME projects are you looking at?