From c228275121677ce991ed130a0a578b41d1efab98 Mon Sep 17 00:00:00 2001 From: flakey5 <73616808+flakey5@users.noreply.github.com> Date: Tue, 4 Jun 2024 04:07:12 -0500 Subject: [PATCH] meta: add issue link to the release worker (#6773) * meta: add issue link to the release worker Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/config.yml Co-authored-by: Claudio W Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> --------- Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> Co-authored-by: Claudio W --- .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..922db7330cb2b 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 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 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?'