You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample README file with the recommended sections for new libraries in the github.com/googlemaps organization. This is where you would write a single-sentence description of the project.
29
+
This is a sample README file with the recommended sections for new libraries in the <https://github.com/googlemaps> organization. This is where you place the description of the project with a hyperlink to the related product's Overview page on developers.google.com.
6
30
7
31
## Requirements
8
32
9
-
Pre-requisites listed here
33
+
-[Sign up with Google Maps Platform]
34
+
- A Google Maps Platform [project] with the **PRODUCT** enabled
35
+
- An [API key] associated with the project above
36
+
- (optional) Operating system (and any version) requirements
37
+
- (optional) Language(s) (and any version) requirements
38
+
- (others)
10
39
11
40
## Installation
12
41
@@ -22,7 +51,8 @@ Link to the same app that demonstrates this library, if it exists (often a folde
22
51
23
52
## Documentation
24
53
25
-
Link to full documentation for the library.
54
+
- See the [reference documentation] for a full list of classes and their methods.
55
+
- (optional) For more guidance, see the [documentation].
26
56
27
57
## Usage
28
58
@@ -34,8 +64,6 @@ Description of feature 1.
34
64
Feature 1 sample code
35
65
```
36
66
37
-
</details>
38
-
39
67
<details>
40
68
<summary>Feature 2 title</summary>
41
69
@@ -51,21 +79,50 @@ Feature 2 sample code
51
79
52
80
## Contributing
53
81
54
-
If contributions are accepted, link to the Contributing.md guide.
82
+
Contributions are welcome and encouraged! If you'd like to contribute, send us a [pull request] and refer to our [code of conduct] and [contributing guide].
83
+
84
+
OR
85
+
86
+
External contributions are not accepted for this repository. See [contributing guide] for more info.
55
87
56
88
## Terms of Service
57
89
58
-
This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service](https://cloud.google.com/maps-platform/terms).
90
+
This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service].
59
91
60
92
This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library.
61
93
62
94
## Support
63
95
64
-
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).
65
-
66
-
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.
67
-
68
-
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]().
69
-
70
-
You can also discuss this library on our [Discord server](https://discord.gg/hYsWbmk).
71
-
96
+
This library is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines, the SLA, or the [Deprecation Policy]. However, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service.
97
+
98
+
This library adheres to [semantic versioning] 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.
99
+
100
+
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]. If you'd like to contribute, please check the [contributing guide].
101
+
102
+
You can also discuss this library on our [Discord server].
0 commit comments