summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRovanion Luckey <rovanion.luckey@gmail.com>2026-03-14 19:39:10 +0100
committerNguyễn Gia Phong <cnx@loang.net>2026-06-03 21:06:35 +0900
commita4849fd877a71ae0b126a9a4d1b041a828ba8307 (patch)
tree7dd3260511eb2d4ee5a7998ed5b21de86948d5ee /doc
parentda7d68ef7dc3a06fbccb7ff5590e6642abecec74 (diff)
doc: Contributing: Direct issue reports to Codeberg.
* doc/contributing.texi (Contributing): Direct issue reports to Codeberg instead of the deprecated bug-guix mail list. Change-Id: I5bd1b5926e144b8461ab2f836bed1319ae75ec88 Merges: https://codeberg.org/guix/guix/pulls/7814 Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing.texi15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 1ac88339979..6ad271cf432 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -398,10 +398,12 @@ make check SCM_LOG_DRIVER_FLAGS="--brief=no --show-duration=yes"
398@xref{Parallel Test Harness,,,automake,GNU Automake} for more 398@xref{Parallel Test Harness,,,automake,GNU Automake} for more
399information about the Automake Parallel Test Harness. 399information about the Automake Parallel Test Harness.
400 400
401Upon failure, please email @email{bug-guix@@gnu.org} and attach the 401Upon failure, please see if there already exists an issue which
402@file{test-suite.log} file. Please specify the Guix version being used 402describes your problem on @uref{https://codeberg.org/guix/guix/issues,
403as well as version numbers of the dependencies (@pxref{Requirements}) in 403Codeberg}, else create a new one and attach the @file{test-suite.log}
404your message. 404file. Please specify the Guix version being used as well as version
405numbers of the dependencies (@pxref{Requirements}) in your message by
406running @code{./pre-inst-env guix describe}.
405 407
406Guix also comes with a whole-system test suite that tests complete 408Guix also comes with a whole-system test suite that tests complete
407Guix System instances. It can only run on systems where 409Guix System instances. It can only run on systems where
@@ -439,8 +441,9 @@ there may be inconsistencies in the work tree from previous builds. To
439resolve this, try running @command{make clean-go} followed by 441resolve this, try running @command{make clean-go} followed by
440@command{make}. 442@command{make}.
441 443
442Again in case of test failures, please send @email{bug-guix@@gnu.org} 444Again in case of test failures, open an issue on
443all the details. 445@uref{https://codeberg.org/guix/guix/issues, Codeberg} with all the
446details.
444 447
445@node Running Guix Before It Is Installed 448@node Running Guix Before It Is Installed
446@section Running Guix Before It Is Installed 449@section Running Guix Before It Is Installed