File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
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
@@ -29,8 +29,12 @@ package.
29
29
30
30
## Report Issues / Send Patches
31
31
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
-
35
32
The main issue tracker for the oauth2 repository is located at
36
33
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 ) .
You can’t perform that action at this time.
0 commit comments