Hacker News new | ask | show | jobs
by strumptrumpet 4592 days ago
I believe the best tool Github could provide to encourage this would be to make forks subsidiary to the project they're forked from.
1 comments

The solution would involve some kind of communication and perhaps a way of electing a 'leader'. I don't claim that it's a particularly easy problem to solve, but it seems to have been done when people just used a mailing list and cvs, so it is possible...
> I don't claim that it's a particularly easy problem to solve, but it seems to have been done when people just used a mailing list and cvs, so it is possible...

It worked back when we had a mailing list, CVS, and a web page because a single individual or set of individuals owned the top-level project infrastructure associated with the name in question.

Github broke that model by making forks largely non-subsidiary to the projects they fork. They exist at the same namespace, they have independent bug tracking, wikis, and author information.

This breaks the social economy of contribution that previously existed; even if you choose to not participate in Github, your project will be forked hundreds of times via published Github-based mirrors that look like every other top-level copy of the project.

Yes, I have the readme be the same everywhere... uff!

I think that is important a distinction between a full fork and a "I do a single fix" fork... but how?