arxanas / git-branchless

High-velocity, monorepo-scale workflow for Git
Apache License 2.0
3.41k stars 83 forks source link

[1/16] feat(record): use commit message template in inline message editor #1167

Closed arxanas closed 7 months ago

arxanas commented 8 months ago

Stack:


feat(record): use commit message template in inline message editor

Note that after this commit, the commit message template is only rendered if the user opens the message editor at least once. Otherwise the message is implicitly kept empty and it's up to the subsequent git commit to prompt for a message (whose behavior might change, as we probably don't want to use git commit in the long-term?).