File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments