Skip to content

Commit f8e2c3d

Browse files
authored
Merge pull request #25 from googlemaps-samples/pri
chore: Add a pull request and issue template
2 parents 1cad3f4 + 6fca974 commit f8e2c3d

4 files changed

Lines changed: 113 additions & 0 deletions

File tree

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
2+
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/release-please/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
3+
- [ ] Ensure the tests and linter pass
4+
- [ ] Code coverage does not decrease (if any source code was changed)
5+
- [ ] Appropriate docs were updated (if necessary)
6+
7+
Fixes #<issue_number_goes_here> 🦕

0 commit comments

Comments
 (0)