docs: fix info for revert commits

This commit is contained in:
Sam Nystrom 2023-04-15 08:48:23 -04:00 committed by GitHub
parent 006690349a
commit e7242a5e69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ describes the motivation and content of the commit.
- `docs`: Any change to documentation - `docs`: Any change to documentation
- `ci`: Any change to CI files - `ci`: Any change to CI files
- `revert`: A revert commit. The message should describe the reasoning and the - `revert`: A revert commit. The message should describe the reasoning and the
commit should include the `Refs:` header with the short hashes of the commits commit should include the `Refs:` footer with the short hashes of the commits
being reverted. being reverted.
- `chore`: catch-all type - `chore`: catch-all type