Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up?committer search option doesn't work #3648
Comments
|
Woops, it should be |
|
@agnivade I will, but author doesn't show the commits merged by you. |
|
That's true actually. I don't know of any option that shows merged_by users offhand. |
|
I use something like this myself:
|
|
@sbrl But again, that shows only the PRs made by you, not the ones merged by you. |
|
Ah, I misread what you were saying I thought you were talking about the opened 5 PRs one. |
|
This is an even bigger problem now, as GitHub often obscures such information. I suggest the requirement for that role being changed into non-trivial review of 10 PRs. |
|
Hrm. It might be worth implementing a script that determines how many merged PRs each person has. |
|
I think both are important. Making reviews and writing the pages by themselves. It is the same in a normal codebase where a person should have submitted enough code first to get access. Reviews come after that IMO. Writing a page from scratch requires you to think about the command, what options are important, in what order to write them and what examples are appropriate. It is good to be in those shoes to get an overall idea of the entire process. It also enables one to make better reviews because one has an idea of the background thinking required to write a page. |
|
@agnivade we are talking about "once a repository collaborator has merged at least 10 PRs", not the one before (about having your own PRs merged). |
|
Ah my bad. Yes, I don't see any big downsides of it. |
|
@agnivade downsides of what exactly? What would you suggest to replace the obviously not present option |
From
COMMUNITY-ROLES.md:The syntax provided for committer search, i.e.
https://github.com/tldr-pages/tldr/commits?committer=<username>doesn't work. The information aboutcommitterexists in GitHub API, but it doesn't contain any reference to GitHub username. Do we replace it with some other wording?