From 3cfeb74080b32f5377fed8ef018f04ee14f922bb Mon Sep 17 00:00:00 2001 From: Angela Yu <5506675+wangela@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:19:02 -0700 Subject: [PATCH] chore: Update README-template.md --- README-template.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README-template.md b/README-template.md index bba4932..6652908 100644 --- a/README-template.md +++ b/README-template.md @@ -53,12 +53,19 @@ Feature 2 sample code If contributions are accepted, link to the Contributing.md guide. +## Terms of Service + +This library uses Google Maps Platform services, and any use of Google Maps Platform is subject to the [Terms of Service](https://cloud.google.com/maps-platform/terms). + +For clarity, this library, and each underlying component, is not a Google Maps Platform Core Service. + ## Support -Encounter an issue while using this library? +This library is offered via an open source license. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg), the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the [Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service). + +This library adheres to [semantic versioning](https://semver.org/) to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time. -If you find a bug or have a feature request, please [file an issue](). -Or, if you'd like to contribute, send us a [pull request]() and refer to our [code of conduct](). +If you find a bug, or have a feature request, please [file an issue]() on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels](https://developers.google.com/maps/developer-community). If you'd like to contribute, please check the [Contributing guide](). You can also discuss this library on our [Discord server](https://discord.gg/hYsWbmk).