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
* Flesh out README, add release schedule
* Update README.md
Co-Authored-By: Christian Neumüller <[email protected]>
* Update README.md
Co-Authored-By: Christian Neumüller <[email protected]>
* Add note about alpha/beta compatability, support
* Move development notes into contributing doc
* Add note about library, app dev API/SDK use
@@ -52,7 +71,7 @@ Open a pull request against the main `opentelemetry-python` repo.
52
71
as `work-in-progress`, or mark it as [`draft`](https://github.blog/2019-02-14-introducing-draft-pull-requests/).
53
72
* Make sure CLA is signed and CI is clear.
54
73
55
-
### How to Get PR Merged
74
+
### How to Get PRs Merged
56
75
57
76
A PR is considered to be **ready to merge** when:
58
77
* It has received two approvals from Collaborators/Maintainers (at different
@@ -85,10 +104,13 @@ rather than conform to specific API names or argument patterns in the spec.
85
104
86
105
For a deeper discussion, see: https://github.com/open-telemetry/opentelemetry-specification/issues/165
87
106
88
-
## Styleguide
107
+
## Style Guide
89
108
90
-
* docstrings should adhere to the Google styleguide as specified
91
-
with the [napolean extension](http://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#google-vs-numpy) extension in [Sphinx](http://www.sphinx-doc.org/en/master/index.html).
109
+
* docstrings should adhere to the [Google Python Style
0 commit comments