Follow title convention for package requests (#639)
This commit is contained in:
parent
af6a59015c
commit
95f0433225
|
@ -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 "."
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue