Skip to content

Commit aba8a74

Browse files
authored
Update issue templates (#480)
1 parent 60b99f1 commit aba8a74

File tree

4 files changed

+59
-29
lines changed

4 files changed

+59
-29
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+23-17
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
---
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.
44
title: ''
5-
labels: bug
5+
labels: bug, triage
66
assignees: ''
77

88
---
9+
<!-- PLEASE READ
10+
This form is for bug reports specific to this library.
911
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.
1315
1416
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.
1517
-->
1618

17-
**Which version of the client library are you using?**
19+
**Describe the bug:**
1820

19-
**Which version of Java are you using?**
21+
**Steps to Reproduce:**
2022

21-
**Which operating system (Linux, Windows, ...) and version?**
23+
**Expected behavior:**
2224

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:
2629

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
2833
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+
-->
3037

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.
3338

34-
**Anything else we should know about your project / environment**
39+
**Anything else we should know about your project / environment:**
40+

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Google Ads API support
4+
url: https://developers.google.com/google-ads/api/support
5+
about: Please ask general Google Ads API questions to the dedicated support channels.

.github/ISSUE_TEMPLATE/feature_request.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
---
2-
name: Feature request
3-
about: Request a new feature or improvement
2+
name: Library-specific Feature Request
3+
about: Suggest an idea to make this library better.
44
title: ''
5-
labels: enhancement
5+
labels: enhancement, triage
66
assignees: ''
77

88
---
99

10-
<!--
11-
This form is for feature requests 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).
10+
<!-- PLEASE READ
11+
Make sure you've carefully reviewed the documentation for this library to make
12+
sure your feature request is not already supported: https://developers.google.com/google-ads/api/docs/client-libs/java
1313
14-
Please check existing issues to see if your feature request has already been identified before creating a new issue. We encourage you to add any relevant information to the existing issue if one already exists.
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.
1515
-->
1616

17-
**Describe the problem you are trying to solve**
17+
**Describe the problem you are trying to solve:**
1818

19-
**Describe the solution you would like**
19+
**Describe the solution you'd like:**
2020

21-
**Describe alternatives you've considered**
21+
**Describe alternatives you've considered:**
22+
23+
**Additional context:**
24+
<!-- Insert any other context or screenshots about the feature request here. -->
2225

23-
**Additional context**
24-
Add any other context or screenshots about the feature request here.
+18
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, triage
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)