Skip to content

Commit 9f85b17

Browse files
docs: new bug report template (#516)
* chore(nodejs_templates): add script logging to node_library populate-secrets.sh Co-authored-by: Benjamin E. Coe <[email protected]> Source-Author: BenWhitehead <[email protected]> Source-Date: Wed Jun 10 22:24:28 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: e7034945fbdc0e79d3c57f6e299e5c90b0f11469 Source-Link: googleapis/synthtool@e703494 * fix: update node issue template Source-Author: Stephen <[email protected]> Source-Date: Wed Jun 17 14:16:18 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: b10590a4a1568548dd13cfcea9aa11d40898144b Source-Link: googleapis/synthtool@b10590a
1 parent 7228550 commit 9f85b17

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

handwritten/logging-winston/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ Thanks for stopping by to let us know something could be better!
88

99
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
1010

11-
Please run down the following list and make sure you've tried the usual "quick fixes":
11+
1) Is this a client library issue or a product issue?
12+
This is the client library for . We will only be able to assist with issues that pertain to the behaviors of this library. If the issue you're experiencing is due to the behavior of the product itself, please visit the [ Support page]() to reach the most relevant engineers.
1213

14+
2) Did someone already solve this?
1315
- Search the issues already opened: https://github.com/googleapis/nodejs-logging-winston/issues
1416
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node
15-
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
17+
- Search or ask on StackOverflow (engineers monitor these tags): http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
1618

17-
If you are still having issues, please be sure to include as much information as possible:
19+
3) Do you have a support contract?
20+
Please create an issue in the [support console](https://cloud.google.com/support/) to ensure a timely response.
21+
22+
If the support paths suggested above still do not result in a resolution, please provide the following details.
1823

1924
#### Environment details
2025

handwritten/logging-winston/.kokoro/populate-secrets.sh

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

handwritten/logging-winston/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-logging-winston.git",
7-
"sha": "953eadfbe83a125be0f3240e0d7001d89d0fc53f"
7+
"sha": "df7240d89de8cc6d1e5b50238476b9e41d1da549"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "1c92077459db3dc50741e878f98b08c6261181e0"
14+
"sha": "b10590a4a1568548dd13cfcea9aa11d40898144b"
1515
}
1616
}
1717
]

0 commit comments

Comments
 (0)