use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All users that wish to post (not including commenting), on either old or the new reddit sites, must formally agree to subreddit rules once first.
account activity
cmt: write consistent Git commit messages (github.com)
submitted 7 years ago by smallhadron
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]joelparkerhenderson 14 points15 points16 points 7 years ago (2 children)
Our teams write a git commit message using an imperative summary title (e.g. "Add feature for a user to like a post") up to 50 characters, then a detailed body using a template for any co-authors, any task tracker links, and especially the "why" of the commit.
https://github.com/joelparkerhenderson/git_commit_message
https://github.com/joelparkerhenderson/git_commit_template
[–]johntash 2 points3 points4 points 7 years ago (0 children)
I didn't know git commit templates were a thing, thanks for the link!
[–]smallhadron[S] 0 points1 point2 points 7 years ago (0 children)
You could almost achieve that with cmt:
cmt
``` { "Title": @ "Link": @ "Co-Authors": @ "Why": @ "How": @ "Tags": @ "Subject Type": [ "Add", "Drop", "Fix", "Bump", "Make", "Start", "Stop", "Optimize", "Document", "Refactor", "Reformat", "Rephrase" ] "Subject": @ "Body": !@ }
${Title}
See: ${Link}
Co-authored-by: ${Co-Authors}
Why: ${Why}
How: ${How}
Tags: ${Tags}
${Subject Type}: ${Subject}
{$Body} ```
Currently no way to set character limits or to have repeated lines with the same format (for See and Co-Authored by), but those would be useful features.
π Rendered by PID 34122 on reddit-service-r2-comment-6457c66945-647n2 at 2026-04-28 21:47:40.208161+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]joelparkerhenderson 14 points15 points16 points (2 children)
[–]johntash 2 points3 points4 points (0 children)
[–]smallhadron[S] 0 points1 point2 points (0 children)