From 5694352c05ed4fdb57a9843d8f023ca3d85992c3 Mon Sep 17 00:00:00 2001 From: Mekeor Melire Date: Wed, 4 Oct 2023 20:39:32 +0000 Subject: doc: Update bug-reference configuration snippet. * doc/contributing.texi (The Perfect Setup) : Make bug-reference-bug-regexp match more URLs based on issues.guix.gnu.org. Signed-off-by: Maxim Cournoyer Suggested-by: Simon Tournier --- doc/contributing.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/contributing.texi') diff --git a/doc/contributing.texi b/doc/contributing.texi index f7c72634e7..86fc65eb2d 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -428,9 +428,13 @@ configuration file: (zero-or-one (seq "#" (one-or-more (char "0-9")))))) - (seq ""))))) + (? ">")) + (seq (? "<") "https://issues.guix.gnu.org/" + (? "issue/") + (group-n 2 (one-or-more (char "0-9"))) + (? ">")))))) (setq bug-reference-url-format "https://issues.guix.gnu.org/%s") (require 'debbugs) -- cgit v1.2.3