this post was submitted on 21 Feb 2024
79 points (81.1% liked)
Open Source
31031 readers
914 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Preface: I appreciate the sentiment, fuck Microsoft.
If you want to contribute to a project developed on GitHub, you need to have a GitHub account. So it does matter.
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.
I dont get how that works, you mail those lines with all those
And they can like transform that into git and have it work as an actual patch?
This website explains the process: https://git-send-email.io/
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.
So make a private email only for GitHub
https://giveupgithub.org/
@shnizmuffin @Zen
Issues, milestones, discussions, pull requests, build logs, they all stay on the chosen host. That host can then add specific conditions to creating accounts, or participating in the discussion, searching code etc. Such as force you to have a phone number in your account, otherwise you won't be able to comment on issues. And all of these things might be locked in without a way to export and migrate to another host, so yes, it definitely matters where the project is hosted.
It would be nice if platforms like Forgejo and gitlab could hook into some sort of review and issue tracking protocol that was built directly into git, like git-appraise. Unfortunately it doesn't look like git appraise is actively developed.