From 32e163fd10aace69d927dae46d04d64c04e5014b Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Wed, 6 Oct 2021 21:38:09 -0400 Subject: [PATCH] chore: replace npm support with GitHub community for general support we are now direct folks to github.community not general npm support PR-URL: https://github.com/npm/cli/pull/3850 Credit: @MylesBorins Close: #3850 Reviewed-by: @wraithgar --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 27c42dea0bd1c..249f74f212b15 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -16,5 +16,5 @@ contact_links: url: https://docs.npmjs.com about: Preview our new docs - name: 📫 Support - url: https://www.npmjs.com/support - about: Contact npm support staff with problems requiring human intervention + url: https://github.community/ + about: For general support questions please open a topic over at github.community