Pro-tip: If you want to have more contributions to your FOSS software, make sure that your software is as easy to build as it gets. Include instructions that work on any OS, and/or a docker image that builds everything from source, so patches can be rapidly tested without installing tons of packages manually, looking where binaries needed for build are on your system (deb, rpm, brew, ...).