From 13b006d2f7bf3aeb3e7d6da127832baa931ab774 Mon Sep 17 00:00:00 2001 From: Stephen Date: Wed, 21 Feb 2018 12:24:42 -0500 Subject: [PATCH] Replace missing links (#103) --- templates/nodejs/issue_template.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/nodejs/issue_template.tpl b/templates/nodejs/issue_template.tpl index 7eee390..884a1a7 100644 --- a/templates/nodejs/issue_template.tpl +++ b/templates/nodejs/issue_template.tpl @@ -4,9 +4,8 @@ Please run down the following list and make sure you've tried the usual "quick fixes": - Search the issues already opened: https://github.com{{repoPath}}/issues + - Search the issues on our "catch-all" repository: https://github.com/GoogleCloudPlatform/google-cloud-node - Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js - - Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting - - Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq If you are still having issues, please be sure to include as much information as possible: @@ -16,7 +15,7 @@ possible: - OS: - Node.js version: - npm version: - - {{lib_pkg_name}} version: + - `{{lib_pkg_name}}` version: #### Steps to reproduce