Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forbid LLM contributions #2100

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Want to contribute? Great! First, read this page.

* [Before You Contribute](#before-you-contribute)
* [The Small Print](#the-small-print)
* [Large Language Models](#large-language-models)
* [Development Dependencies](#development-dependencies)
* [Writing Code](#writing-code)
* [Changing the Language](#changing-the-language)
Expand Down Expand Up @@ -37,6 +38,17 @@ one above, the

[corporate cla]: https://developers.google.com/open-source/cla/corporate

## Large Language Models

Do not submit any code or prose written or modified by large language models or
"artificial intelligence" such as GitHub Copilot or ChatGPT to this project.
These tools produce code that looks plausible, which means that not only is it
likely to contain bugs those bugs are likely to be difficult to notice on
review. In addition, because these models were trained indiscriminately and
non-consensually on open-source code with a variety of licenses, it's not
obvious that we have the moral or legal right to redistribute code they
generate.

## Development Dependencies

1. [Install the Dart SDK][]. If you download an archive manually rather than
Expand Down