Template:Issue
Appearance
Template Documentation [edit source| uses| help]
This template inserts inline link to a specific repository issue. By default, it does so for the Nixpkgs repository, but it can either point to any other NixOS repository, any GitHub repository in general, or even any other link.
Usage
Simply specify the issue number in the template as the first argument to produce the issue listed above.
{{issue|1}}
You can also specify an alternate text for the issue:
{{issue|1|this issue}}
You can also specify a whole alternate NixOS repository:
{{issue|1|this nixos-artwork issue|nixos-artwork}}
Alternatively, you can specify any GitHub repository:
{{issue|repo=nix-community/home-manager|1|this home-manager issue}}
Finally, you can bring your own link. However, try to use only repository issues with this template:
{{issue|link=https://codeberg.org/librewolf/issues/issues/10||this Librewolf issue on Codeberg}}