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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,6 @@ another project, unless you wrote the respective code yourself.
25
25
26
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
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.
36
-
37
28
## Write bug reports with detail, background, and sample code
38
29
39
30
[This is an example](https://github.com/sebastianbergmann/phpunit/issues/4376) of a bug report I wrote, and I think it's not too bad.
@@ -65,6 +56,9 @@ Please use the most specific issue tracker to search for existing tickets and to
Issues must be opened by a human. Do not let an AI assistant (LLM, coding agent, chat bot, or similar) act or speak on your behalf, neither when opening the issue nor when responding to follow-up questions. I am not willing to communicate with a chat bot.
60
+
61
+
If you used an AI assistant to find, reproduce, or write up the issue, please say so and describe how it was used. Disclosing this does not disqualify a report, but it changes how I triage it.
68
62
69
63
## Workflow for Pull Requests
70
64
@@ -83,6 +77,10 @@ Pull requests for bug fixes must be made for the oldest branch that is [supporte
83
77
84
78
We are trying to keep backwards compatibility breaks in PHPUnit to an absolute minimum. Please take this into account when proposing changes.
85
79
80
+
Pull requests must be opened by a human. Do not let an AI assistant (LLM, coding agent, chat bot, or similar) act or speak on your behalf, neither when opening the pull request nor when responding to review feedback. I am not willing to communicate with a chat bot.
81
+
82
+
If you used an AI assistant to generate code for the proposed changes, please say so and describe how it was used. Disclosing this does not disqualify a pull request, but it changes how I review it.
83
+
86
84
Due to time constraints, we are not always able to respond as quickly as we would like. Please do not take delays personal and feel free to remind us if you feel that we forgot to respond.
0 commit comments