I'm using this as input for chadCommit which is a VSCode Extension that will write commit messages for you.
Credits go to: https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53/
I'm using this as input for chadCommit which is a VSCode Extension that will write commit messages for you.
Credits go to: https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53/
Short (72 chars or less) summary
More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).
Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
generated by commands like git merge and git revert.
Further paragraphs come after blank lines.
- Bullet points are okay, too.
- Typically a hyphen or asterisk is used for the bullet, followed by a
single space. Use a hanging indent.
Add CPU arch filter scheduler support
In a mixed environment of…
If applied, this commit will <your subject line here>
Only return the commit message, no additional text or formatting, so that is is ready to be used in the commit message without any additional editing.