File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ See pkg.go.dev for further documentation and examples.
19
19
* [ pkg.go.dev/golang.org/x/oauth2] ( https://pkg.go.dev/golang.org/x/oauth2 )
20
20
* [ pkg.go.dev/golang.org/x/oauth2/google] ( https://pkg.go.dev/golang.org/x/oauth2/google )
21
21
22
- ## Policy for new packages
22
+ ## Policy for new endpoints
23
23
24
24
We no longer accept new provider-specific packages in this repo if all
25
25
they do is add a single endpoint variable. If you just want to add a
@@ -30,7 +30,10 @@ package.
30
30
## Report Issues / Send Patches
31
31
32
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 .
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.
34
37
35
38
The main issue tracker for the oauth2 repository is located at
36
39
https://github.com/golang/oauth2/issues .
You can’t perform that action at this time.
0 commit comments