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
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -27,21 +27,20 @@ To use Protocol Buffers with JavaScript, you need two main components:
27
27
(look for the `protoc-*.zip` files under **Downloads**).
28
28
29
29
30
-
Project Status as of July 2022
30
+
Project Status as of September 2022
31
31
===
32
32
33
-
This project is currently in a somewhat broken state that we are working to rectify. We expect to have updated releases by the end of July 2022.
33
+
This project is currently in a somewhat broken state that we are working to rectify. We expect to have updated releases by the end of September 2022.
34
34
35
35
**Support Status**
36
36
37
-
Protobuf JavaScript is widely used and well maintained internally at Google but does not currently have staffing for more than minimal support for this open source project.
37
+
Protobuf JavaScript is widely used and well maintained internally at Google but does not currently have staffing for more than minimal support for this open source project.
38
38
39
39
**Contributing**
40
40
41
-
Due to our limited support resources, we are also limited in the kinds of contributions we can accept:
42
-
* Small bug fixes may be accepted where they have limited compatibility concerns.
43
-
* Feature requests will generally not be accepted, except for those referring to build or tooling integration.
44
-
* Most other PRs will be rejected until this policy is revisited.
41
+
Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades.
42
+
43
+
We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks!
0 commit comments