On Sun, 15 Feb 2015 12:06:50 +0100 Amadeusz Żołnowski wrote: > Why do we need GitHub/Bitbucket/Gogs/GitLab/whatever at all? Could > someone justify it? > > User forks Gentoo repository in whatever service he/she wants, prepares > some patches and eventually sends e-mail to gentoo-dev mailing list or > makes a report at Bugzilla describing changes and including URI to > his/her work. It is so simple. It is simple when there is a small patch set. I remember times when I uploaded to bugzilla about dozen of patches for review with several iterations. This is really frustrating and time consuming. So git pull requests have their own benefits in simplification of development process. However, there is no need to use github in order to use pull requests. Gogs or gitlab may be setup in order to fulfil this task. Best regards, Andrew Savchenko