8000 Clarify our contribution policy by lukesandberg · Pull Request #132 · protocolbuffers/protobuf-javascript · GitHub
[go: up one dir, main page]

Skip to content

Clarify our contribution policy #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 16, 2022
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: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@ To use Protocol Buffers with JavaScript, you need two main components:
(look for the `protoc-*.zip` files under **Downloads**).


Project Status as of July 2022
Project Status as of Sept 78FD ember 2022
===

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.
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.

**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.
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.

**Contributing**

Due to our limited support resources, we are also limited in the kinds of contributions we can accept:
* Small bug fixes may be accepted where they have limited compatibility concerns.
* Feature requests will generally not be accepted, except for those referring to build or tooling integration.
* Most other PRs will be rejected until this policy is revisited.
Contributions should preserve existing behavior where possible. Current customers rely on applications continuing to work across minor version upgrades.

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

Setup
=====
Expand Down
0