diff options
author | misterg <misterg@google.com> | 2018-12-12 20:24:04 (GMT) |
---|---|---|
committer | jueminyang <jueminyang@google.com> | 2018-12-13 21:00:11 (GMT) |
commit | 81f00260668d1124df94eb1266163043882db0ca (patch) | |
tree | aae28d1968d8c39f460af8a6cbaaca5dc04a82d8 /CONTRIBUTING.md | |
parent | 3949c403c0ed7c73ae0f67aae266cf1a2216e7ed (diff) | |
download | googletest-81f00260668d1124df94eb1266163043882db0ca.zip googletest-81f00260668d1124df94eb1266163043882db0ca.tar.gz googletest-81f00260668d1124df94eb1266163043882db0ca.tar.bz2 |
Googletest export
Internal Change
PiperOrigin-RevId: 225231727
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db354ee..b52f8ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ If you are a Googler, you can either create an internal change or work on GitHub ## Contributing A Patch 1. Submit an issue describing your proposed change to the - [issue tracker](https://github.com/abseil/googletest). + [issue tracker](https://github.com/google/googletest). 1. Please don't mix more than one logical change per submittal, because it makes the history hard to follow. If you want to make a change that doesn't have a corresponding issue in the issue @@ -79,7 +79,7 @@ itself is a valuable contribution. To keep the source consistent, readable, diffable and easy to merge, 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). -Use [.clang-format](https://github.com/abseil/googletest/blob/master/.clang-format) to check your formatting +Use [.clang-format](https://github.com/google/googletest/blob/master/.clang-format) to check your formatting ## Requirements for Contributors ### |