From 2061e141bf5b8eff5a207611999f141648c5e0c8 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Wed, 27 Aug 2025 11:47:22 +0300 Subject: [PATCH] docs: reword commit guidelines to suit a more natural format We've arrived at the "foopkg/barpkg: message here" format pretty organically -- it reads better and uses fewer characters. Signed-off-by: Anirudh Oppiliappan --- docs/contributing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 6d98f79d..1dc1062a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -11,7 +11,7 @@ change does and why it's needed ### message format ``` -: : +/: Optional longer description can go here, if necessary. Explain what the @@ -23,14 +23,14 @@ auto-link issues/PRs yet. Here are some examples: ``` -appview: state: fix token expiry check in middleware +appview/state: fix token expiry check in middleware The previous check did not account for clock drift, leading to premature token invalidation. ``` ``` -knotserver: git/service: improve error checking in upload-pack +knotserver/git/service: improve error checking in upload-pack ``` -- 2.51.2