Earlier quoted context omitted.
> Still, both lack a lot of basic issue tracker and code > review features. I strongly disagree. What you might consider "basic features" I'd consider antifeatures. The bare simplicity of the issue tracker is precisely why I use it for my (large) projects. The PR model of code review scales elegantly to hundreds of contributors. I'd be devastated to see GitHub's collaboration tools move even a step toward the hellsca…
At least for code review, the problem isn't pull requests as-such. The features that drive me to use other tools (on top of guthub hosting, often) are things like: * The ability to mark which commits/files have been reviewed and so track progress. * The ability to distinguish resolved and unresolved issues * The ability to assign a reviewer based on which code is being altered in the PR. * Useful handling of history…
We host all of our private repos with Beanstalk, and use GH for our open source repos.