Skip to content

Commit 6ec70d0

Browse files
committed
Add information about CLAs.
1 parent dbb0bef commit 6ec70d0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CONTRIBUTING.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ again.
2525
[individual CLA]: https://developers.google.com/open-source/cla/individual
2626
[corporate CLA]: https://developers.google.com/open-source/cla/corporate
2727

28+
Once your CLA is submitted (or if you already submitted one for
29+
another Google project), make a commit adding yourself to the
30+
[AUTHORS][] and [CONTRIBUTORS][] files. This commit can be part
31+
of your first [pull request][].
32+
33+
[AUTHORS]: AUTHORS
34+
[CONTRIBUTORS]: CONTRIBUTORS
35+
2836

2937
## Submitting a patch ##
3038

@@ -46,10 +54,5 @@ again.
4654
1. Finally, push the commits to your fork and submit a [pull request][].
4755

4856
[forking]: https://help.github.com/articles/fork-a-repo
49-
[golint]: https://github.com/golang/lint
50-
[golint readme]: https://github.com/golang/lint/blob/master/README
51-
[gocov]: https://github.com/axw/gocov
52-
[gocov-html]: https://github.com/matm/gocov-html
5357
[well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
54-
[squash]: http://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits
5558
[pull request]: https://help.github.com/articles/creating-a-pull-request

0 commit comments

Comments
 (0)