Skip to content

Commit 9118b11

Browse files
committed
all: update contributing documentation
Change-Id: I2815e570696fd5ffc765c42ffc26060fc4aa5a2b Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/220677 Reviewed-by: Damien Neil <[email protected]>
1 parent 764a9d1 commit 9118b11

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,30 @@ The source of truth for this repository is at
55
[go.googlesource.com/protobuf](https://go.googlesource.com/protobuf).
66
The code review tool used is
77
[Gerrit Code Review](https://www.gerritcodereview.com/).
8+
At this time, we are unfortunately unable to accept GitHub pull requests.
89

910

1011
## Becoming a contributor
1112

1213
The first step is to configure your environment.
1314
Please follow the steps outlined in
14-
[Becoming a contributor](https://golang.org/doc/contribute.html#contributor)
15+
["Becoming a contributor" (golang.org)](https://golang.org/doc/contribute.html#contributor)
1516
as the setup for contributing to the `protobuf` project is identical
1617
to that for contributing to the `go` project.
1718

1819

1920
## Before contributing code
2021

2122
The project welcomes submissions, but to make sure things are well coordinated
22-
we ask that everyone discuss any significant changes before starting work.
23+
we ask that contributors discuss any significant changes before starting work.
2324
Best practice is to connect your work to the
2425
[issue tracker](https://github.com/golang/protobuf/issues),
2526
either by filing a new issue or by claiming an existing issue.
26-
Issues related to the new API should have a "APIv2:" prefix in the title.
2727

2828

2929
## Sending a change via Gerrit
3030

3131
The `protobuf` project performs development in Gerrit.
32-
Unfortunately, we are not currently able to accept GitHub pull requests.
3332
Below are the steps to send a change using Gerrit.
3433

3534

0 commit comments

Comments
 (0)