Skip to content

Commit 426df91

Browse files
authored
add github issue templates (#28)
1 parent ed7cf07 commit 426df91

File tree

3 files changed

+98
-0
lines changed

3 files changed

+98
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
label: 'type: bug, triage me'
5+
6+
---
7+
8+
Thanks for stopping by to let us know something could be better!
9+
10+
---
11+
**PLEASE READ**
12+
13+
If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response.
14+
15+
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/).
16+
17+
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker).
18+
19+
Check for answers on StackOverflow with the [google-maps](http://stackoverflow.com/questions/tagged/google-maps) tag.
20+
21+
---
22+
23+
Please be sure to include as much information as possible:
24+
25+
#### Environment details
26+
27+
1. Specify the API at the beginning of the title (for example, "Places: ...")
28+
2. OS type and version
29+
3. Library version and other environment information
30+
31+
#### Steps to reproduce
32+
33+
1. ?
34+
35+
#### Code example
36+
37+
```python
38+
# example
39+
```
40+
41+
#### Stack trace
42+
```
43+
# example
44+
```
45+
46+
Following these steps will guarantee the quickest resolution possible.
47+
48+
Thanks!
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this library
4+
label: 'type: feature request, triage me'
5+
6+
---
7+
8+
Thanks for stopping by to let us know something could be better!
9+
10+
---
11+
**PLEASE READ**
12+
13+
If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response.
14+
15+
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/).
16+
17+
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker).
18+
19+
Check for answers on StackOverflow with the [google-maps](http://stackoverflow.com/questions/tagged/google-maps) tag.
20+
21+
---
22+
23+
**Is your feature request related to a problem? Please describe.**
24+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
25+
26+
**Describe the solution you'd like**
27+
A clear and concise description of what you want to happen.
28+
29+
**Describe alternatives you've considered**
30+
A clear and concise description of any alternative solutions or features you've considered.
31+
32+
**Additional context**
33+
Add any other context or screenshots about the feature request here.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Support request
3+
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.
4+
label: 'triage me, type: question'
5+
6+
---
7+
**PLEASE READ**
8+
9+
If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/). This will ensure a timely response.
10+
11+
Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform [support resources page](https://developers.google.com/maps/support/).
12+
13+
If your bug or feature request is not related to this particular library, please visit the Google Maps Platform [issue trackers](https://developers.google.com/maps/support/#issue_tracker).
14+
15+
Check for answers on StackOverflow with the [google-maps](http://stackoverflow.com/questions/tagged/google-maps) tag.
16+
17+
---

0 commit comments

Comments
 (0)