Skip to content

Commit c9281e7

Browse files
Update Issue templates and add one for questions (googleads#432)
1 parent ba258c7 commit c9281e7

3 files changed

Lines changed: 40 additions & 78 deletions

File tree

Lines changed: 16 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,41 @@
11
---
2-
name: Bug report
2+
name: Library-specific Bug Report
33
about: Report a problem with this library that needs to be fixed.
44
title: ''
55
labels: bug, triage
66
assignees: ''
77

88
---
9-
<!--
10-
**PLEASE READ**
11-
==============================================================================
12-
Before posting, make sure you've carefully reviewed the documentation for this
13-
library:
14-
15-
https://developers.google.com/google-ads/api/docs/client-libs/python
16-
17-
This library is only used for the Google Ads API. For the AdWords API client
18-
library report your issue here:
19-
20-
https://github.com/googleads/googleads-python-lib/issues
21-
22-
Only use this page to report problems with this library, which is designed for
23-
the Python language.
24-
25-
If you are looking for help with a different language, see:
9+
<!-- PLEASE READ
10+
This form is for bug reports specific to this library.
2611
27-
https://developers.google.com/google-ads/api/docs/client-libs
12+
For troubleshooting tips, see: https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting
2813
29-
If you are unsure whether your issue is related to this library or the Google
30-
Ads API itself, please first reach out to one of the below resources before
31-
filing an issue here:
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.
3215
33-
* Support Forum: https://groups.google.com/forum/#!forum/adwords-api
34-
* Email the Support Team: [email protected]
35-
==============================================================================
16+
Please check existing issues to see if your bug has already been reported before
17+
creating a new issue. We encourage you to add any relevant information to the existing issue if one already exists.
3618
-->
3719

3820
**Describe the bug:**
39-
<!-- Insert a clear and concise description of what the bug is. -->
4021

4122
**Steps to Reproduce:**
42-
<!-- Insert specific steps to reproduce the behavior. -->
4323

4424
**Expected behavior:**
45-
<!-- Write a clear and concise description of what you expected to happen. -->
4625

47-
**Screenshots:**
48-
<!-- If applicable, attach screenshots to help explain your problem. -->
49-
50-
**Library version and API version:**
51-
<!--
52-
- Which Google Ads API version are you using [e.g. v6]
53-
- Paste the list of dependencies you're using (i.e. `pip freeze`)
54-
-->
26+
**Client library version and API version:**
27+
Client library version:
28+
Google Ads API version:
29+
<!-- Paste the list of dependencies you're using (i.e. `pip freeze`) -->
5530

5631
**Request/Response Logs:**
5732
<!--
58-
Insert request/response logs here. To enable logging see this page:
59-
60-
https://developers.google.com/google-ads/api/docs/client-libs/python/logging
33+
To enable logging see this page: https://developers.google.com/google-ads/api/docs/client-libs/python/logging
6134
6235
NOTE: Make sure to include a Request ID when possible, and to redact personally
63-
identifiable information, including developer tokens, client IDs, etc.
36+
identifiable information, including developer tokens, GCP client IDs, customer IDs, etc.
6437
-->
6538

66-
**Additional context:**
67-
<!-- Add any other useful context about the problem here. -->
39+
40+
**Anything else we should know about your project / environment:**
41+
Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,25 @@
11
---
2-
name: Feature request
2+
name: Library-specific Feature Request
33
about: Suggest an idea to make this library better.
44
title: ''
55
labels: enhancement, triage
66
assignees: ''
77

88
---
99

10-
<!--
11-
**PLEASE READ**
12-
==============================================================================
10+
<!-- PLEASE READ
1311
Make sure you've carefully reviewed the documentation for this library to make
14-
sure your feature request is not already supported:
12+
sure your feature request is not already supported: https://developers.google.com/google-ads/api/docs/client-libs/python
1513
16-
https://developers.google.com/google-ads/api/docs/client-libs/python
17-
18-
This library is only used for the Google Ads API. For the AdWords API client
19-
library, file a feature request here:
20-
21-
https://github.com/googleads/googleads-python-lib/issues
22-
23-
Only use this page to request features in this library, which is designed for
24-
the Python language.
25-
26-
If you are looking for help with a different language, see:
27-
28-
https://developers.google.com/google-ads/api/docs/client-libs
29-
30-
If you are unsure whether your request is related to this library or the Google
31-
Ads API itself, please first reach out to one of the below resources before
32-
filing a request here:
33-
34-
* Support Forum: https://groups.google.com/forum/#!forum/adwords-api
35-
* Email the Support Team: [email protected]
36-
==============================================================================
14+
For requests 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.
3715
-->
3816

39-
**Is your feature request related to a problem? Please describe:**
40-
<!--
41-
Insert a clear and concise description of what the problem is. Ex. I'm always
42-
frustrated when [...]
43-
-->
17+
**Describe the problem you are trying to solve:**
4418

4519
**Describe the solution you'd like:**
46-
<!-- Insert a clear and concise description of what you want to happen. -->
4720

4821
**Describe alternatives you've considered:**
49-
<!--
50-
Insert a clear and concise description of any alternative solutions or features
51-
you've considered.
52-
-->
5322

5423
**Additional context:**
5524
<!-- Insert any other context or screenshots about the feature request here. -->
25+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Library-specific Usage Question
3+
about: Ask a question about this library that is neither a bug report nor feature request.
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
<!-- PLEASE READ
10+
This form is for usage questions specific to this library.
11+
12+
For questions 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+
14+
For troubleshooting tips, see: https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting
15+
-->
16+
17+
**What is your question?**
18+

0 commit comments

Comments
 (0)