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 grammatical tense should I use when I commit to a repo?

1 pointsby loeschgabout 13 years ago
Added functionality x to service y? Adding "? Adds "? Will add "?

1 comment

loeschgabout 13 years ago
Yep. Been discussed. <a href="http://stackoverflow.com/questions/3580013/should-i-use-past-or-present-tense-in-git-commit-messages" rel="nofollow">http://stackoverflow.com/questions/3580013/should-i-use-past...</a><p>The tl;dr - use present tense if working on large distributed (open-source) project where the commit may or may not be used. Use past tense if the change isn't really optional (people basically can only merge/rebase)... which applies to most projects.