You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> and [#7](https://cla.developers.google.com/about/google-corporate#:~:text=Should%20You%20wish%20to%20submit%20work%20that%20is%20not%20Your%20original%20creation%2C%20You%20may%20submit%20it%20to%20Google%20separately)
24
-
> in the CLA. Any code that you contribute to this project must be **your**
25
-
> original creation. Code generated by artificial intelligence tools **does
26
-
> not** qualify as your original creation.
27
-
28
21
### Review our community guidelines
29
22
30
23
We have a [code of conduct](CODE_OF_CONDUCT.md) to make the project an open and
@@ -42,8 +35,8 @@ new [git branch](https://docs.github.com/articles/about-branches) in this fork
42
35
to do your work, and when ready, create a pull request from your branch to the
43
36
main project repository.
44
37
45
-
We follow the [Google coding style](https://google.github.io/styleguide/) for
46
-
the programming languages used in this project, with only a few deviations. The
47
-
[`.editorconfig`](.editorconfig) file in this repository defines the settings
48
-
we use. Please run `clang-format` on any modified C++ files before submitting a
49
-
pull request.
38
+
We follow the [Google coding style guides](https://google.github.io/styleguide/)
39
+
for the programming languages used in this project, with only a few deviations.
40
+
The [`.editorconfig`](.editorconfig) file in this repository defines the
41
+
settings we use. Please run `clang-format` on any modified C++ files before
0 commit comments