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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,20 +27,23 @@ 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 September 2022
30
+
31
+
Project Status
31
32
===
32
33
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
+
This project is currently in a working state.
34
35
35
36
**Support Status**
36
37
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
+
We currently do not have staffing for more than minimal support for this open
39
+
source project. We will answer questions and triage any issues.
38
40
39
41
**Contributing**
40
42
41
-
Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades.
43
+
Contributions should preserve existing behavior where possible. Current
44
+
customers rely on applications continuing to work across minor version upgrades.
45
+
We encourage small targeted contributions. Thanks!
42
46
43
-
We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks!
0 commit comments