Skip to content

Commit 445f0d3

Browse files
authored
Update issue templates (#237)
Custom issue templates for Bug report and Feature request.
1 parent 39af4cc commit 445f0d3

2 files changed

Lines changed: 58 additions & 0 deletions

File tree

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in this library
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
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).
13+
14+
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+
-->
16+
17+
**Which version of the client library are you using?**
18+
19+
**Which version of Java are you using?**
20+
21+
**Which operating system (Linux, Windows, ...) and version?**
22+
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]
26+
27+
**Expected result**
28+
29+
**Actual result**
30+
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+
34+
**Anything else we should know about your project / environment**
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Feature request
3+
about: Request a new feature or improvement
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
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).
13+
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.
15+
-->
16+
17+
**Describe the problem you are trying to solve**
18+
19+
**Describe the solution you would like**
20+
21+
**Describe alternatives you've considered**
22+
23+
**Additional context**
24+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)