diff options
author | Scott Graham <scottmg@chromium.org> | 2017-08-30 18:29:06 (GMT) |
---|---|---|
committer | Scott Graham <scottmg@chromium.org> | 2017-08-30 18:29:06 (GMT) |
commit | 0eb49f4d6b59c0f21707a84f87948ffdfb3ce809 (patch) | |
tree | 37854e9124733d88f7f8046f3ca91bafa1caf3fe /googletest/docs | |
parent | bb1c4af48702b934e1a768150f6283ec8c916fb9 (diff) | |
download | googletest-0eb49f4d6b59c0f21707a84f87948ffdfb3ce809.zip googletest-0eb49f4d6b59c0f21707a84f87948ffdfb3ce809.tar.gz googletest-0eb49f4d6b59c0f21707a84f87948ffdfb3ce809.tar.bz2 |
Note that it is preferable for Googlers to create a CL internally first
Diffstat (limited to 'googletest/docs')
-rw-r--r-- | googletest/docs/DevGuide.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/googletest/docs/DevGuide.md b/googletest/docs/DevGuide.md index 4333a8e..7bd7888 100644 --- a/googletest/docs/DevGuide.md +++ b/googletest/docs/DevGuide.md @@ -101,6 +101,10 @@ Please do submit code. Here's what you need to do: 1. Sign a Contributor License Agreement. 1. Create a Pull Request in the usual way. +If you are a Googler, it is preferable to first create an internal change and +have it reviewed and submitted, and then create a trivial upstreaming pull +request here. See go/gmock-contribute. + ## Google Test Committers ## The current members of the Google Test engineering team are the only |