• Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 hours ago

      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 -3 to put the last 3 commits 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.

    • Breezy@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      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.