Skip to content

Commit ee507e3

Browse files
committed
README: encourage issues and proposals before changes
1 parent c82d0e1 commit ee507e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
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
@@ -30,7 +30,10 @@ package.
3030
## Report Issues / Send Patches
3131

3232
This repository uses Gerrit for code changes. To learn how to submit changes to
33-
this repository, see https://golang.org/doc/contribute.html.
33+
this repository, see https://golang.org/doc/contribute.html. In particular:
34+
35+
* Excluding very trivial changes, all contributions should be connected to an existing issue.
36+
* API changes must go through the [change proposal process](https://go.dev/s/proposal-process) before they can be accepted.
3437

3538
The main issue tracker for the oauth2 repository is located at
3639
https://github.com/golang/oauth2/issues.

0 commit comments

Comments
 (0)