Apache Cordova is using Git: https://github.com/apache/incubator-cordova-docs
It looks like they're using the Git mirror that is set up by Apache, and they are managing Pull Requests via GitHub. Apache is set up as an organization on GitHub, but it looks like they don't have anyone actually added to the organization: https://github.com/apache I also looked in one of their Pull Requests, and it doesn't look like they have admin rights to the PRs because they're asking someone to CLose the issue for them because they've already cherry picked their commit and committed to the Apache Git which should appear in the GitHub mirror shortly: https://github.com/apache/incubator-cordova-docs/pull/23 Looking at other tickets ( https://github.com/apache/incubator-cordova-docs/pull/26), they're creating JIRA issues to track Pull Requests that come into GitHub and then they ask the PR submitter to close it when its been integrated into the Apache Git. Not ideal, but at least we can use GitHub's Pull Request code commenting etc to interface with the community a lot easier than patches, as we can comment on the commits in their forks. -omar