From 26086bb6c54b980f0893d7b582ee6f26ec9b85ef Mon Sep 17 00:00:00 2001 From: sudoforge <no-reply@sudoforge.com> Date: Sun, 18 May 2025 22:44:21 -0700 Subject: [PATCH] docs(dev-infra): fix missing link to //:CHANGELOG.md (#1458) Change-Id: I0a21fbc9eb6d11afb647c8e51e40d3a5f5155792 --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6882b428..5dd21f19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -269,7 +269,7 @@ available for use with github. ### Commit messages are the source of truth<a name="commit-messages-are-the-source-of-truth"></a> Commit subjects and messages are the source of truth for a variety of things, -including the public-facing changelog (\[`//:CHANGELOG.md`\]\[changelog\]) and +including the public-facing changelog ([`//:CHANGELOG.md`][changelog]) and release descriptions. Writing thorough commit messages is beneficial to anyone reviewing a commit, including future you! @@ -342,6 +342,7 @@ ______________________________________________________________________ - [Learn about the data model][doc/design/model] - [See how to create a new entity][example-entity] +[changelog]: ./CHANGELOG.md [doc/contrib/commit]: ./doc/contrib/commit-message-guidelines.md [doc/design/arch]: ./doc/design/architecture.md [doc/design/model]: ./doc/design/data-model.md -- GitLab