From 260ed919fcd535b05d1b4a6576c6c3d901c234d9 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 19 Oct 2021 11:07:13 +0200 Subject: [PATCH] doc/start: documenting-ceph: Improve template of commits by properly linking the corresponding tracker issue. Signed-off-by: Sebastian Wagner --- doc/start/documenting-ceph.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 622494ba5e4..29f05c3efeb 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -411,7 +411,7 @@ Ceph documentation commits are simple, but follow a strict convention: - The comment summary MUST be one line only. (strict) - Additional comments MAY follow a blank line after the summary, but should be terse. -- A commit MAY include ``Fixes: #{bug number}``. +- A commit MAY include ``Fixes: https://tracker.ceph.com/issues/{bug number}``. - Commits MUST include ``Signed-off-by: Firstname Lastname ``. (strict) .. tip:: Follow the foregoing convention particularly where it says @@ -429,7 +429,7 @@ The following comment includes a reference to a bug. :: doc: Fixes a spelling error and a broken hyperlink. - Fixes: #1234 + Fixes: https://tracker.ceph.com/issues/1234 Signed-off-by: John Doe -- 2.39.5