Update CONTRIBUTING.md

This commit is contained in:
assafpr
2022-06-22 16:09:54 +03:00
committed by GitHub
parent 1b772a9bc4
commit f2f099fb70

View File

@@ -80,7 +80,7 @@ fairly rigid coding style, as defined by the
[google-styleguide](https://github.com/google/styleguide) project. All patches [google-styleguide](https://github.com/google/styleguide) project. All patches
will be expected to conform to the style outlined will be expected to conform to the style outlined
[here](https://google.github.io/styleguide/cppguide.html). Use [here](https://google.github.io/styleguide/cppguide.html). Use
[.clang-format](https://github.com/google/googletest/blob/master/.clang-format) [.clang-format](https://github.com/google/googletest/blob/main/.clang-format)
to check your formatting. to check your formatting.
## Requirements for Contributors ## Requirements for Contributors