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 )
Just open an issue on the github suggesting the feature. You can also make a ko-fi donation as someone suggested. Doing something like that as straight-up paid work is legit, but it would cost a heck of a lot more than $20, as everyone has already said.
You can definitely do it but 20$ is outrageously low. Some projects do allow you to put a bounty on feature requests. But the feature you’re asking sounds non-trivial. The work to implement it includes getting familiar with the project, coding the feature, testing it, writing automated tests, updating documentation, opening the pull request for review and making changes requested by the maintained during review. You’re looking at several hours/days of work. 20$ for this amount of work is a small tip.
https://github.com/jarnedemeulemeester/findroid
This is the repository? They have a ko-fi link in the repository meaning they accept donations to support the development. Have you tried contacting the lead developer of the project and asking if they would be interested in adding the feature you want if you sponsored it via a donation?
This is a good idea. It’s a lot easier to incentivize a maintainer who is already familiar with a project and invested in it with some money than it is to get a person who is unfamiliar with a project.
How much you should donate and how likely they are to agree depends on how complex your request is, whether they feel it fits in with the project for other people, and how busy they are.
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
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.
You’re missing a zero or two on that offer amount of you want someone who actually knows what they’re doing to even consider doing it.
20 bucks is definitely not the amount you’d likely need to offer. Though if you’re talking to current project maintainers you might be able to contribute that towards a feature bounty.
Picking a random dev off the street and asking them to contribute to a code base they’ve never seen before is going to be a multi-day ask at minimum and, if you’re looking to actually attract someone with money that’ll be a few hundred dollars minimum.
There are usually kofis or similar for projects you can contribute to and you can always create or upvote a ticket to create the feature.
I wouldn’t accept $20 to do that.
You’re basically offering someone $20 to figure out the assembly line, break apart an assembly line, and build a new machine that works within the assembly line.
That’s not a $20 job
Unless you live in a country where you are not allowed to write code or to pay other people, I don’t see why you couldn’t pay someone to do something that is not illegal in your stead
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.
There is also unexpected consequences of that feature. Like that feature could create bugs that would go beyond just creating that feature. But at the end of the day create a feature request bug report with a very detailed ask. Then reach out to the owner and ask two things one would they be willing to implement the feature at all and if so would they prioritize it if you paid them and what you are willing to pay.
It’s very similar to artist commission negotiations. The third thing to ask is if they no to prioritize question is if you paid someone else to create a PR for your feature would they accept it. If the answer is yes you can try to find someone but it will always be more expensive. Since like others have said they have to learn the codebase.
Yeah you can if the license doesn’t expressly forbid modification, a FOSS program you can fork, pay someone to hack in a feature and build a modified version for you. If someone is familiar with it and it would be a quick edit and build you might be able to get it done for under 50CAD. If not then it will be a couple hundred dollars of work at least.
Just remember to follow the requirements of the program license. If it requires that you make the source also available than just add the modified files to a public git repo somewhere.
You could pay me $20.
I won’t do it just cuz i don’t know how, but i also don’t have $20.