Follow title convention for package requests (#639)

This commit is contained in:
Aroun 2023-03-30 04:18:37 +05:30 committed by GitHub
parent af6a59015c
commit 95f0433225
Failed to generate hash of commit

View file

@ -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 "."
]