Skip to content

Commit 1a45e6b

Browse files
committed
all: add CONTRIBUTING.md
Change-Id: I3fcf268e35159e89beacf1ec63dfc256477a6382 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220678 Reviewed-by: Damien Neil <[email protected]>
1 parent 67d41d3 commit 1a45e6b

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Contributing to Go Protocol Buffers
2+
3+
Go protocol buffers is an open source project and accepts contributions.
4+
5+
This project is the first major revision of Go protobufs,
6+
while the next major revision of this project is located at
7+
[protocolbuffers/protobuf-go](https://github.com/protocolbuffers/protobuf-go).
8+
Most new development effort is focused on the latter project,
9+
and changes to this project is primarily reserved for bug fixes.
10+
11+
12+
## Contributor License Agreement
13+
14+
Contributions to this project must be accompanied by a Contributor License
15+
Agreement. You (or your employer) retain the copyright to your contribution,
16+
this simply gives us permission to use and redistribute your contributions as
17+
part of the project. Head over to <https://cla.developers.google.com/> to see
18+
your current agreements on file or to sign a new one.
19+
20+
You generally only need to submit a CLA once, so if you've already submitted one
21+
(even if it was for a different project), you probably don't need to do it
22+
again.
23+
24+
25+
## Code reviews
26+
27+
All submissions, including submissions by project members, require review. We
28+
use GitHub pull requests for this purpose. Consult
29+
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
30+
information on using pull requests.

0 commit comments

Comments
 (0)