you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago (1 child)

Actually, you can send the diff patches by email/ pastebin/ gitlab/ etc. It's up to the main developer to take your contribution seriously, given the level of annoyance you might be presenting. Same happens in the other direction, you can host your code on sourcehut, but many junior devs could be repelled by the old school ux.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago (2 children)

    I dont get how that works, you mail those lines with all those

    +line
    +something
    -something
    

    And they can like transform that into git and have it work as an actual patch?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 2 points 2 years ago

    Yes, it's called a diff and git was designed with exactly this workflow in mind because it's how the Linux kernel has been developed for decades. GitHub is just a new fangled way to social network-ize the git workflow.

  • source
  • parent