Skip to content

Commit 2fc4ef5

Browse files
hickfordheschi
authored andcommitted
README: encourage issues and proposals before changes
Text verbatim from https://go.dev/doc/contribute Change-Id: Iefdcf9e9f771b9e55601bf9c9b59e20593b4573a GitHub-Last-Rev: ba45caa GitHub-Pull-Request: #632 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/471281 Run-TryBot: Matthew Hickford <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Reviewed-by: Matthew Hickford <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 62b4eed commit 2fc4ef5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See pkg.go.dev for further documentation and examples.
1919
* [pkg.go.dev/golang.org/x/oauth2](https://pkg.go.dev/golang.org/x/oauth2)
2020
* [pkg.go.dev/golang.org/x/oauth2/google](https://pkg.go.dev/golang.org/x/oauth2/google)
2121

22-
## Policy for new packages
22+
## Policy for new endpoints
2323

2424
We no longer accept new provider-specific packages in this repo if all
2525
they do is add a single endpoint variable. If you just want to add a
@@ -29,8 +29,12 @@ package.
2929

3030
## Report Issues / Send Patches
3131

32-
This repository uses Gerrit for code changes. To learn how to submit changes to
33-
this repository, see https://golang.org/doc/contribute.html.
34-
3532
The main issue tracker for the oauth2 repository is located at
3633
https://github.com/golang/oauth2/issues.
34+
35+
This repository uses Gerrit for code changes. To learn how to submit changes to
36+
this repository, see https://golang.org/doc/contribute.html. In particular:
37+
38+
* Excluding trivial changes, all contributions should be connected to an existing issue.
39+
* API changes must go through the [change proposal process](https://go.dev/s/proposal-process) before they can be accepted.
40+
* The code owners are listed at [dev.golang.org/owners](https://dev.golang.org/owners#:~:text=x/oauth2).

0 commit comments

Comments
 (0)