Skip to content

Commit 65a2ec5

Browse files
1 parent 48ed828 commit 65a2ec5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ Please note that this project is released with a [Contributor Code of Conduct](C
1818

1919
When you submit code changes, your submissions are understood to be under the same [BSD-3-Clause License](https://github.com/sebastianbergmann/phpunit/blob/main/LICENSE) that covers the project. By contributing to this project, you agree that your contributions will be licensed under its BSD-3-Clause License.
2020

21+
### Do Not Violate Copyright
22+
23+
Only submit a pull request with your own original code. Do NOT submit a pull request containing code which you have largely copied from
24+
another project, unless you wrote the respective code yourself.
25+
26+
Open Source does not mean that copyright does not apply. Copyright infringements will not be tolerated and can lead to you being banned from this project and repository.
27+
28+
### Do Not Submit AI-Generated Pull Requests
29+
30+
The same goes for (largely) AI-generated pull requests. These are not welcome as they will be based on copyrighted code from others
31+
without accreditation and without taking the license of the original code into account, let alone getting permission
32+
for the use of the code or for re-licensing.
33+
34+
Aside from that, the experience is that AI-generated pull requests will be incorrect 100% of the time and cost reviewers too much time.
35+
Submitting a (largely) AI-generated pull request will lead to you being banned from this project and repository.
2136

2237
## Write bug reports with detail, background, and sample code
2338

0 commit comments

Comments
 (0)