From a7a2f5c499807e6de9512f242c2ba7af2e1f26b8 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:18:09 -0400 Subject: [PATCH 1/2] meta: add links to alternative issue trackers --- .github/ISSUE_TEMPLATE/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index df5f12bb934f75..e1175d0043fef2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,14 @@ blank_issues_enabled: true contact_links: - - name: ⁉️ Need help with Node.js? + - name: ⁉️ Need general help with Node.js? url: https://github.com/nodejs/help about: Please file an issue in our help repo. + - name: 📦 Have an issue with npm? + url: https://github.com/npm/cli/issues + about: npm has a seperate issue tracker. + - name: 💡 Have an issue with the JavaScript specification? + url: https://github.com/tc39/proposals/issues + about: TC39 manages the ECMAScript specification - name: 🌐 Found a problem with nodejs.org beyond the API reference docs? url: https://github.com/nodejs/nodejs.org/issues/new/choose about: Please file an issue in the Node.js website repo. From 0d7534d7b29308d95530c76671425b2b6a79a5c0 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:24:46 -0400 Subject: [PATCH 2/2] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e1175d0043fef2..0ec17d486e7712 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,9 +6,9 @@ contact_links: - name: 📦 Have an issue with npm? url: https://github.com/npm/cli/issues about: npm has a seperate issue tracker. - - name: 💡 Have an issue with the JavaScript specification? - url: https://github.com/tc39/proposals/issues - about: TC39 manages the ECMAScript specification + - name: 📡 Have an issue with undici? (`WebSocket`, `fetch`, etc.) + url: https://github.com/nodejs/undici/issues + about: Undici has a seperate issue tracker. - name: 🌐 Found a problem with nodejs.org beyond the API reference docs? url: https://github.com/nodejs/nodejs.org/issues/new/choose about: Please file an issue in the Node.js website repo.