From 95f04332259b2bb08640c4f7dee05435307d07e6 Mon Sep 17 00:00:00 2001 From: Aroun Date: Thu, 30 Mar 2023 04:18:37 +0530 Subject: [PATCH] Follow title convention for package requests (#639) --- frontend/src/Search.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Search.elm b/frontend/src/Search.elm index 2d3bda9..825c5b9 100644 --- a/frontend/src/Search.elm +++ b/frontend/src/Search.elm @@ -885,7 +885,7 @@ viewNoResults categoryName = , text "You might want to " , Html.a [ href "https://nixos.org/manual/nixpkgs/stable/#chap-quick-start" ] [ text "add a package" ] , text " or " - , a [ href "https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+packaging+request&template=packaging_request.md&title=" ] [ text "make a packaging request" ] + , a [ href "https://github.com/NixOS/nixpkgs/issues/new?assignees=&labels=0.kind%3A+packaging+request&template=packaging_request.md&title=Package+request%3A+PACKAGENAME" ] [ text "make a packaging request" ] , text "." ]