|
1 | 1 | ---
|
2 |
| -name: Bug report |
3 |
| -about: Report a bug in this library |
| 2 | +name: Library-specific Bug Report |
| 3 | +about: Report a problem with this library that needs to be fixed. |
4 | 4 | title: ''
|
5 |
| -labels: bug |
| 5 | +labels: bug, triage |
6 | 6 | assignees: ''
|
7 | 7 |
|
8 | 8 | ---
|
| 9 | +<!-- PLEASE READ |
| 10 | +This form is for bug reports specific to this library. |
9 | 11 |
|
10 |
| -<!-- |
11 |
| -This form is for bug reports for this library only. |
12 |
| -For general, language-agnostic questions and troubleshooting, please ask/look for answers [here](https://groups.google.com/g/adwords-api). |
| 12 | +For troubleshooting tips, see: https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting |
| 13 | +
|
| 14 | +For issues that are related to the Google Ads API itself and not specific to this library, please reach out to one of our support channels: https://developers.google.com/google-ads/api/support. |
13 | 15 |
|
14 | 16 | Please check existing issues to see if your bug has already been reported before creating a new issue. We encourage you to add any relevant information to the existing issue if one already exists.
|
15 | 17 | -->
|
16 | 18 |
|
17 |
| -**Which version of the client library are you using?** |
| 19 | +**Describe the bug:** |
18 | 20 |
|
19 |
| -**Which version of Java are you using?** |
| 21 | +**Steps to Reproduce:** |
20 | 22 |
|
21 |
| -**Which operating system (Linux, Windows, ...) and version?** |
| 23 | +**Expected behavior:** |
22 | 24 |
|
23 |
| -**Actions taken** |
24 |
| -Please provide a code snippet or steps to consistently reproduce the experienced behavior. |
25 |
| -[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA IN YOUR SUBMITTED CODE] |
| 25 | +**Client library version and API version:** |
| 26 | +Client library version: |
| 27 | +Google Ads API version: |
| 28 | +JDK version: |
26 | 29 |
|
27 |
| -**Expected result** |
| 30 | +**Request/Response Logs:** |
| 31 | +<!-- |
| 32 | +To enable logging see this page: https://developers.google.com/google-ads/api/docs/client-libs/java/logging |
28 | 33 |
|
29 |
| -**Actual result** |
| 34 | +NOTE: Make sure to include a Request ID when possible, and to redact personally |
| 35 | +identifiable information, including developer tokens, client IDs, customer IDs, etc. |
| 36 | +--> |
30 | 37 |
|
31 |
| -Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs). |
32 |
| -See [troubleshooting](https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting) for how to diagnose problems better. |
33 | 38 |
|
34 |
| -**Anything else we should know about your project / environment** |
| 39 | +**Anything else we should know about your project / environment:** |
| 40 | + |
0 commit comments