Why "Fork me on github"?

Posted by NoBugs on Programmers See other posts from Programmers or by NoBugs
Published on 2013-10-19T16:38:13Z Indexed on 2013/10/19 22:13 UTC
Read the original article Hit count: 256

Filed under:
|
|

I understand how Github works, but one thing I've been confused about is, why almost every OSS project lately has a "Fork me on Github" link on their homepage. For example,

http://jqtjs.com/, http://www.daviddurman.com/flexi-color-picker/, and others.

Why is this so common? Is it that they want/need code validation, checking for security/performance improvements that they may not know how to do?

Is it meant to show that this is a collaborative project - you're welcome to add improvements?

Do they work for Github, or want to promote their service? Oddly enough, I don't think I've seen a "Fork project on Bitbucket" logo recently.

My first reaction to that logo was that the project probably needs to be modified (forked) in order to integrate it with anything useful - or that they are encouraging fragmented codebase, encouraging everyone to make their own fork of the project. But I don't think that is the intent.

© Programmers or respective owner

Related posts about git

Related posts about github