TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby nstricevicover 6 years ago
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

Jeremy1026over 6 years ago
We don't use PRs, but of the 22k commits to Master that we have (we don't have the best Git process), we have 5500 commits with "fix" in the title. So just about 25%.
mtmailover 6 years ago
29 of 309 = 10% <a href="https:&#x2F;&#x2F;github.com&#x2F;openstreetmap&#x2F;Nominatim&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openstreetmap&#x2F;Nominatim&#x2F;</a>
eindiranover 6 years ago
For our server code: 5&#x2F;95 (5.3%)<p>For our frontend code: 2&#x2F;63 (3.2%)<p>Together: 7&#x2F;158 (4.4%)<p>Based on the other comments, I had expected the percentage to be higher.
auslegungover 6 years ago
tldr: ~7%<p>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&#x2F;70ish and 1&#x2F;80ish hits, which with those factored in our percentage drops to ~6.5%.<p>matches&#x2F;total PRs<p>15&#x2F;160<p>10&#x2F;215<p>21&#x2F;400<p>36&#x2F;379<p>------<p>82&#x2F;1154<p>-------<p>~ 7%<p>EDIT: fixed formatting.
jtchangover 6 years ago
73 out of 536.
wingerlangover 6 years ago
13.7%