1
1
Want to contribute? Great! First, read this page (including the small print at
2
2
the end).
3
3
4
- ### Before you contribute
4
+ * [ Before You Contribute] ( #before-you-contribute )
5
+ * [ Code Reviews] ( #code-reviews )
6
+ * [ File Headers] ( #file-headers )
7
+ * [ The Small Print] ( #the-small-print )
8
+ * [ Large Language Models] ( #large-language-models )
9
+
10
+ ## Before You Contribute
11
+
5
12
Before we can use your code, you must sign the
6
13
[ Google Individual Contributor License Agreement] ( https://cla.developers.google.com/about/google-individual )
7
14
(CLA), which you can do online. The CLA is necessary mainly because you own the
@@ -17,10 +24,12 @@ us first through the issue tracker with your idea so that we can help out and
17
24
possibly guide you. Coordinating up front makes it much easier to avoid
18
25
frustration later on.
19
26
20
- ### Code reviews
27
+ ### Code Reviews
28
+
21
29
All submissions, including submissions by project members, require review.
22
30
23
- ### File headers
31
+ ### File Headers
32
+
24
33
All files in the project must start with the following header.
25
34
26
35
// Copyright 2019 Google LLC
@@ -29,7 +38,21 @@ All files in the project must start with the following header.
29
38
// license that can be found in the LICENSE file or at
30
39
// https://opensource.org/licenses/MIT.
31
40
32
- ### The small print
41
+ ### The Small Print
42
+
33
43
Contributions made by corporations are covered by a different agreement than the
34
44
one above, the
35
45
[ Software Grant and Corporate Contributor License Agreement] ( https://developers.google.com/open-source/cla/corporate ) .
46
+
47
+ ## Large Language Models
48
+
49
+ Do not submit any code or prose written or modified by large language models or
50
+ "artificial intelligence" such as GitHub Copilot or ChatGPT to this project.
51
+ These tools produce code that looks plausible, which means that not only is it
52
+ likely to contain bugs those bugs are likely to be difficult to notice on
53
+ review. In addition, because these models were trained indiscriminately and
54
+ non-consensually on open-source code with a variety of licenses, it's not
55
+ obvious that we have the moral or legal right to redistribute code they
56
+ generate.
57
+
58
+
0 commit comments