From 79ec16a5d0c56321979b4352ebe8c0765427604c Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:04:59 +0200 Subject: [PATCH] chore: consolidate StackOverflow docker tags remove end of sentence punctuation --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7854fca8b..d54613410 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,10 +2,10 @@ blank_issues_enabled: false contact_links: - name: Need help with Node.js? url: https://github.com/nodejs/help - about: Please file an issue in our help repo. + about: Please file an issue in our help repo - name: Found a problem with Node.js beyond the API reference documentation? url: https://github.com/nodejs/nodejs.org/issues/new/choose - about: Please file an issue in the Node.js website repository. + about: Please file an issue in the Node.js website repository - name: Need help with common questions related to using Node.js with Docker? - url: https://stackoverflow.com/questions/tagged/node.js%2bdocker%2bdockerfile - about: Please visit Stack Overflow to explore related questions and answers. + url: https://stackoverflow.com/questions/tagged/node.js%2bdocker + about: Please visit Stack Overflow to explore related questions and answers