guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: website: contribute: Link more prominently to iss


From: Ludovic Courtès
Subject: branch master updated: website: contribute: Link more prominently to issues.guix.gnu.org.
Date: Wed, 13 May 2020 16:00:53 -0400

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new f8896dc  website: contribute: Link more prominently to 
issues.guix.gnu.org.
f8896dc is described below

commit f8896dc5b10d87e30de2678f3fe354b137306c4b
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed May 13 21:59:43 2020 +0200

    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.
---
 website/apps/base/templates/contribute.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/website/apps/base/templates/contribute.scm 
b/website/apps/base/templates/contribute.scm
index 1451f0b..f0ea1cf 100644
--- a/website/apps/base/templates/contribute.scm
+++ b/website/apps/base/templates/contribute.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]