Live data from Hacker News

Ask HN: What percent of PRs on your project has “fix” in the title?

news.ycombinator.com

1–7 of 7 posts

Ask HN: What percent of PRs on your project has “fix” in the title?

#1
I'm working on a project for a few years and we just noticed that 15% of our pull requests have "fix" in the title. That made me wonder, what's the number on other project. Would you mind checking? You can find pull requests with "fix" in the title on GitHub with "is:pr is:closed fix in:title".

Re: Ask HN: What percent of PRs on your project has “fix” in the title?

#3
tldr: ~7%

Below are a handful of our largest repos. The first number is the PRs which match your search string `is:pr is:closed fix in:title`. The second number is the total number of PRs in that repo. I removed 2 outliers, repos that had 1/70ish and 1/80ish hits, which with those factored in our percentage drops to ~6.5%.

matches/total PRs

15/160

10/215

21/400

36/379

------

82/1154

-------

~ 7%

EDIT: fixed formatting.