Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,23 @@ To use Protocol Buffers with JavaScript, you need two main components:
(look for the `protoc-*.zip` files under **Downloads**).


Project Status as of September 2022

Project Status
===

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.
This project is currently in a working state.

**Support Status**

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.
We currently do not have staffing for more than minimal support for this open
source project. We will answer questions and triage any issues.

**Contributing**

Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades.
Contributions should preserve existing behavior where possible. Current
customers rely on applications continuing to work across minor version upgrades.
We encourage small targeted contributions. Thanks!

We also currently have limited staffing for this project, as such we encourage small targeted contributions. Thanks!

Setup
=====
Expand Down