Ask HN: What percent of PRs on your project has “fix” in the title?
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".
6 comments
[ 3.3 ms ] story [ 25.8 ms ] threadBelow 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.
For our frontend code: 2/63 (3.2%)
Together: 7/158 (4.4%)
Based on the other comments, I had expected the percentage to be higher.