2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00

website: contribute: Link more prominently to issues.guix.gnu.org.

* website/apps/base/templates/contribute.scm (contribute-t): Add links
to issues.guix.gnu.org.
This commit is contained in:
Ludovic Courtès 2020-05-13 21:59:43 +02:00
parent b3584ebbf9
commit f8896dc5b1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -136,13 +136,13 @@
(a (@ (href ,(guix-url "packages/")))
"package database")
" for a list of available packages, and the "
(a (@ (href "//bugs.gnu.org/guix-patches"))
(a (@ (href "//issues.guix.gnu.org/search?query=tag%3Apatch+is%3Aopen"))
"patch-tracking database")
" for a list of pending submissions.")
(p
,(link-more
#:label "Send a new package"
#:url "https://lists.gnu.org/mailman/listinfo/guix-patches")))
#:url "https://issues.guix.gnu.org")))
(div
@ -201,7 +201,11 @@
(h3 (@ (id "testing")) "Test and Bug Reports")
(p
"Install the software and send feedback to the community
about your experience. Help the project by reporting bugs.")
about your experience. Help the project by reporting bugs. "
"You can also get started by "
(a (@ (href "https://issues.guix.gnu.org/easy"))
"picking an “easy” bug")
" to work on.")
(p
"Before reporting a bug, please check whether the bug is
already "
@ -214,7 +218,7 @@
(p
,(link-more
#:label "Report a bug"
#:url "https://lists.gnu.org/mailman/listinfo/bug-guix")))
#:url "https://issues.guix.gnu.org")))
(div