Next: Debbugs Usertags, Previous: The Issue Tracker, Up: 跟踪程序漏洞和补丁 [Contents][Index]
A web interface (actually two web interfaces!) are available to browse issues:
To view discussions related to issue number n, go to
‘https://issues.guix.gnu.org/n
’ or
‘https://bugs.gnu.org/n
’.
If you use Emacs, you may find it more convenient to interact with issues using debbugs.el, which you can install with:
guix install emacs-debbugs
For example, to list all open issues on guix-patches
, hit:
C-u M-x debbugs-gnu RET RET guix-patches RET n y
See Debbugs User Guide,了解更多有关此实用工具的信息!
The web interface at https://issues.guix.gnu.org is powered by Mumi, a nice piece of software written in Guile, and you can help! See https://git.elephly.net/gitweb.cgi?p=software/mumi.git.