From 66735f9fb5e8e1f0255563444eaef23eb6e2d35f Mon Sep 17 00:00:00 2001 From: flakey5 <73616808+flakey5@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:39:02 -0500 Subject: [PATCH 1/2] meta: add issue link to the release worker Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b027d3ca3c480..a8984e29d53b8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Report an API Docs Issue on the Node.js Website url: https://github.com/nodejs/node/issues/new?assignees=&labels=doc&template=3-api-ref-docs-problem.yml about: 'Is something wrong with the API Docs? Did you face a bug with the API Docs?' + - name: Report an issue with Distribution Binaries + url: https://github.com/nodejs/release-cloudflare-worker/issues/new + about: 'Is something wrong with Node.js downloads?' - name: Report a Translation Issue on the Node.js Website url: https://crowdin.com/project/nodejs-web about: 'Is something wrong in a specific translation? Do you believe a language can get improved? Do you have suggestions?' From e29a33d03b03f4b72298f7e47ad669beebf3392f Mon Sep 17 00:00:00 2001 From: flakey5 <73616808+flakey5@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:59:25 -0500 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Claudio W Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a8984e29d53b8..922db7330cb2b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,7 +3,7 @@ contact_links: - name: Report an API Docs Issue on the Node.js Website url: https://github.com/nodejs/node/issues/new?assignees=&labels=doc&template=3-api-ref-docs-problem.yml about: 'Is something wrong with the API Docs? Did you face a bug with the API Docs?' - - name: Report an issue with Distribution Binaries + - name: Report an issue with downloading Node.js url: https://github.com/nodejs/release-cloudflare-worker/issues/new about: 'Is something wrong with Node.js downloads?' - name: Report a Translation Issue on the Node.js Website