Skip to content

Commit d625e97

Browse files
authored
Update contributing.md file (#151)
1 parent 7cdc5e1 commit d625e97

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ on file or to sign a new one. You generally only need to submit a Google CLA
1818
once, so if you've already submitted one (even if it was for a different
1919
project), you probably don't need to do it again.
2020

21-
> [!WARNING]
22-
> Please note carefully clauses [#5](https://cla.developers.google.com/about/google-corporate#:~:text=You%20represent%20that%20each%20of%20Your%20Contributions%20is%20Your%20original%20creation)
23-
> 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-
2821
### Review our community guidelines
2922

3023
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
4235
to do your work, and when ready, create a pull request from your branch to the
4336
main project repository.
4437

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
42+
submitting a pull request.

0 commit comments

Comments
 (0)