347
Copilot is now injecting ads into GitHub pull requests. It's a disaster.
(www.windowscentral.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
explain how you contribute with out an account? is there a hosting service that lets you do that?
In case, you're not aware, you can also email the dev. You can code up your commits as normal and then use e.g.
git format-patch -3to put the last 3 commits patch files. You can then attach those files to an e-mail and the dev can apply those patches withgit am.It takes a bit of playing around, but it's actually really easy.
The Linux kernel, one of the most complex projects on the planet, develops like this.
Sourcehut duports git-email.
They also created very good documentation: https://git-send-email.io/
I currently have a GitHub account in order to contribute to projects hosted on GitHub, because I don't think there is currently a way possible to do thinks like open up an issue without an account.