diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:00:27 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-07 10:00:27 +0100 |
commit | e5a2af2832d285f221ea021db3a55257db6e8dfe (patch) | |
tree | b5a9905be69a37562f8dc574bdc27fcc450cd292 /scripts | |
parent | bfcf30f0abdfd1df4364919f203d04ff08d7314c (diff) |
add template for installer issues
since the installer prompts users to file issues, labelling them
automatically should reduce triaging effort significantly.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 96c0f302b..194a263fb 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -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" |