Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit aa6388a

Browse files
fix: adding missing links to bug_report template (#1141)
* fix: adding missing links to bug_report template * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: adding specialized bug-report * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * adding owlbot.py file to exclude bug-report Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 20f04c2 commit aa6388a

2 files changed

Lines changed: 24 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Thanks for stopping by to let us know something could be better!
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

1111
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.
12+
This is the client library for BigQuery. 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 docs page](https://cloud.google.com/bigquery/docs/support) for resources and troubleshooting guides.
1313

1414
2) Did someone already solve this?
15-
- Search the issues already opened: https://github.com/googleapis/nodejs-bigquery/issues
16-
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node
17-
- Search or ask on StackOverflow (engineers monitor these tags): http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js
15+
- Search the issues already opened: [https://github.com/googleapis/nodejs-bigquery/issues](https://github.com/googleapis/nodejs-bigquery/issues)
16+
- Search the issues on our "catch-all" repository: [https://github.com/googleapis/google-cloud-node](https://github.com/googleapis/google-cloud-node)
17+
- Search or ask on StackOverflow (engineers monitor these tags): [http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js](http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js)
1818

1919
3) Do you have a support contract?
2020
Please create an issue in the [support console](https://cloud.google.com/support/) to ensure a timely response.
@@ -35,4 +35,4 @@ If the support paths suggested above still do not result in a resolution, please
3535

3636
Making sure to follow these steps will guarantee the quickest resolution possible.
3737

38-
Thanks!
38+
Thanks!

owlbot.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2022 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
"""This script is used to synthesize generated parts of this library."""
16+
17+
import synthtool.languages.node as node
18+
19+
node.owlbot_main(templates_excludes=['.github/bug-report.md'])

0 commit comments

Comments
 (0)