在 GitHub 上我可以在哪里看到我的拉请求?

在 GitHub 上可以看到:

  • 我所有的拉动请求
  • 我的开放式请求

唯一的地方,我通常看到这是在我的 供款活动,不幸的是,没有进一步超过1个月前。

30312 次浏览

On the main homepage (not your userpage) there is a bar at the top with four buttons:

News Feed    Pull Requests    Issues    Stars

Click Pull Requests.

This home page can be accessed by clicking the octocat logo in the top-left, whereas your userpage is accessed by clicking your username in the top-right.

It should look like this: enter image description here

I had the same question this morning and would have found hyperlinks easier than the accepted answer (which led me to write my own)!

October 2014

GitHub have launched new dashboards.

Example New URLs

Note: Use your GitHub username rather than mine, which I've left in merely as an example.

i used the pulse option in the right side panel https://github.com/{your username}/{your repo}/pulse

Visit github.com/pulls to see all your PRs.

To view the pull requests that your team is working on, you can use the Github "team" query like team:myOrg/myTeamName. Or you can use MyTeamsPRs which lets you do the same but with an easier-to-use UI.

(Just to add some snapshot snippets for visual benefits here, in addition to the already very well-documented responses previously / above)

GitHub Main Page

On GitHub Main Page, there is a box on the right called "Repositories you contribute to" - I believe these are the repositories where user raised a pull-request and got merged.

GitHub Main Page Contribution Box

GitHub Pull Page

... and more on GitHub Pull Page:

Open:

Open Pull Requests snapshot

Closed:

Closed Pull Requests snapshot