aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs/DevGuide.md
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/docs/DevGuide.md')
-rw-r--r--googletest/docs/DevGuide.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/googletest/docs/DevGuide.md b/googletest/docs/DevGuide.md
index 06467a32..88a3de9f 100644
--- a/googletest/docs/DevGuide.md
+++ b/googletest/docs/DevGuide.md
@@ -80,8 +80,8 @@ instructions for how to sign and return it.
## Coding Style ##
To keep the source consistent, readable, diffable and easy to merge,
-we use a fairly rigid coding style, as defined by the [google-styleguide](http://code.google.com/p/google-styleguide/) project. All patches will be expected
-to conform to the style outlined [here](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml).
+we use a fairly rigid coding style, as defined by the [google-styleguide](https://github.com/google/styleguide) project. All patches will be expected
+to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
## Updating Generated Code ##
@@ -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 an upstreaming pull
+request here.
+
## Google Test Committers ##
The current members of the Google Test engineering team are the only