Skip to content

Commit 3302601

Browse files
committed
Add remark about trailers for attribution
1 parent a2e31bb commit 3302601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source-control/git-guidance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The essential parts of a commit message are:
259259
You are free to structure commit messages; however, git commands like `git log` utilize above structure.
260260
Therefore, it can be helpful to follow a convention within your team and to utilize git best.
261261
262-
For example, [Conventional Commits](https://www.conventionalcommits.org/) is a lightweight convention that complements [SemVer](https://semver.org/), by describing the features, fixes, and breaking changes made in commit messages. See [Component Versioning](../component-versioning.md) for more information on versioning.
262+
For example, [Conventional Commits](https://www.conventionalcommits.org/) is a lightweight convention that complements [SemVer](https://semver.org/), by describing the features, fixes, and breaking changes made in commit messages. See [Component Versioning](../component-versioning.md) for more information on versioning. You might also use Git trailers to add structured metadata to your commits, such as [attributing code generated with AI assistance](../../developer-experience/copilots.md#ide-assistant-attribution).
263263
264264
For more information on commit message conventions, see:
265265

0 commit comments

Comments
 (0)