| name | our-git-commits |
| description | Things to do when making a Git commit |
| trigger | When the user asks to commit changes, create a commit, make a git commit, amend a commit, revise a commit, reword a commit message, or any other action that results in running a `git commit` command |
These are requirements specific to this repo, in addition to — not a replacement for — whatever commit-message conventions you already follow (e.g. an authorship/co-author trailer); keep applying those too.
When creating a Git commit:
- Before committing, run
typos on the changed files to find and fix any typographical errors. Ask the user about any findings you are unsure about.
- Include a DCO sign-off and a cryptographic signature.