Skip Navigation

Can I pay someone to add a specific feature to an open source app?

I'm not a programmer, so I can't really do it myself. Is it allowed for me to go to some random dude, pay him 20 bucks to write the code, then have him add it to the GitHub?

(If you're wondering what the app/feature is, I want to be able to shuffle play on the findroid app like you would be able to on the jellyfin web interface )

35 comments
  • I read a study one time about lawyers who were more likely to offer pro bono work than to do a job when paid lower than their going rate.

    You should first just ask the developer(s) of the software if they’ll add the feature. They could say yes.

  • Try your luck searching for someone on https://www.fiverr.com/

    Just a heads up it looks like the dev is doing a major overhaul to the project and might reject the pull request to merge the change.

    https://github.com/jarnedemeulemeester/findroid

     undefined
        
    
    Findroid is currently being rewritten to Jetpack Compose. 
    
    Because of this, the main branch may be unusable for some time. 
    
    Also, please refrain from creating pull requests which involve the old Views based UI.
    
    
      
  • if it's open source, you can definitely have someone copy that code, make the change you want and use that modified version.

    if you wish to redistribute the modified version, some rules will apply depending on the type of licensing of the original program.

    if you wish your changes to be integrated to the "official" version of the program, that's a bit more difficult, as this change would have to be accepted by the owner of the code repository, it needs to fit the code quality, planned features implementation, pass the tests, and that people involved have time for and interest in your changes.

  • As others mentioned, 20 bucks is probably a bit low, but if you have exactly in mind what you need and can write that up thoroughly in a way that can't be misunderstood, one of the folks from India or Pakistan on fiverr.com could probably do it for fairly cheap, assuming it's not a major rewrite but really just a quick enhancement.

35 comments