mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +02:00
add template for installer issues
since the installer prompts users to file issues, labelling them automatically should reduce triaging effort significantly.
This commit is contained in:
parent
bfcf30f0ab
commit
e5a2af2832
2 changed files with 38 additions and 1 deletions
|
@ -97,7 +97,8 @@ is_os_darwin() {
|
|||
}
|
||||
|
||||
contact_us() {
|
||||
echo "You can open an issue at https://github.com/nixos/nix/issues"
|
||||
echo "You can open an issue at"
|
||||
echo "https://github.com/NixOS/nix/issues/new?labels=installer&template=installer.md"
|
||||
echo ""
|
||||
echo "Or feel free to contact the team:"
|
||||
echo " - Matrix: #nix:nixos.org"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue