In case, you’re not aware, you can also e-mail the dev. You can code up your commits as normal and then use e.g. git format-patch -3 to put the last 3 commits into patch files. You can then attach those files to an e-mail and the dev can apply those patches with git 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.
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.
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 e-mail the dev. You can code up your commits as normal and then use e.g.
git format-patch -3to put the last 3 commits into 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.
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.
Sourcehut duports git-email.