Skip to content

Commit

Permalink
Add issue templates (#154)
Browse files Browse the repository at this point in the history
* Add issue templates
  • Loading branch information
AnashOommen authored Feb 24, 2020
1 parent 530b757 commit f5fb602
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Report a bug in this library
title: ''
labels: bug
assignees: ''

---

<!--
This form is for bug reports for this library only.
For general, language-agnostic questions and troubleshooting, please ask/look for answers [here](https://groups.google.com/g/adwords-api).
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.
-->

**Which version of the client library are you using?**

**Which version of .NET are you using?**

**Which operating system (Linux, Windows, ...) and version?**

**Actions taken**
Please provide a code snippet or steps to consistently reproduce the experienced behavior.
[DO NOT INCLUDE ANY PERSONAL OR SENSITIVE DATA IN YOUR SUBMITTED CODE]

**Expected result**

**Actual result**

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
See [troubleshooting](https://developers.google.com/google-ads/api/docs/best-practices/troubleshooting) for how to diagnose problems better.

**Anything else we should know about your project / environment**
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Request a new feature or improvement
title: ''
labels: enhancement
assignees: ''

---

<!--
This form is for feature requests for this library only.
For general, language-agnostic questions and troubleshooting, please ask/look for answers [here](https://groups.google.com/g/adwords-api).
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.
-->

**Describe the problem you are trying to solve**

**Describe the solution you would like**

**Describe alternatives you've considered**

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit f5fb602

Please sign in to comment.