Skip to content

Commit c78d812

Browse files
authored
Add bug report and feature request Issue templates (googleads#392)
1 parent 207beb9 commit c78d812

2 files changed

Lines changed: 122 additions & 0 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
name: Bug report
3+
about: Report a problem with this library that needs to be fixed.
4+
title: ''
5+
labels: bug, triage
6+
assignees: ''
7+
8+
---
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:
26+
27+
https://developers.google.com/google-ads/api/docs/client-libs
28+
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:
32+
33+
* Support Forum: https://groups.google.com/forum/#!forum/adwords-api
34+
* Email the Support Team: [email protected]
35+
==============================================================================
36+
-->
37+
38+
**Describe the bug:**
39+
<!-- Insert a clear and concise description of what the bug is. -->
40+
41+
**Steps to Reproduce:**
42+
<!-- Insert specific steps to reproduce the behavior. -->
43+
44+
**Expected behavior:**
45+
<!-- Write a clear and concise description of what you expected to happen. -->
46+
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+
-->
55+
56+
**Request/Response Logs:**
57+
<!--
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
61+
62+
NOTE: Make sure to include a Request ID when possible, and to redact personally
63+
identifiable information, including developer tokens, client IDs, etc.
64+
-->
65+
66+
**Additional context:**
67+
<!-- Add any other useful context about the problem here. -->
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea to make this library better.
4+
title: ''
5+
labels: enhancement, triage
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
**PLEASE READ**
12+
==============================================================================
13+
Make sure you've carefully reviewed the documentation for this library to make
14+
sure your feature request is not already supported:
15+
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+
==============================================================================
37+
-->
38+
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+
-->
44+
45+
**Describe the solution you'd like:**
46+
<!-- Insert a clear and concise description of what you want to happen. -->
47+
48+
**Describe alternatives you've considered:**
49+
<!--
50+
Insert a clear and concise description of any alternative solutions or features
51+
you've considered.
52+
-->
53+
54+
**Additional context:**
55+
<!-- Insert any other context or screenshots about the feature request here. -->

0 commit comments

Comments
 (0)