Skip to content

Commit 11fb587

Browse files
Update
1 parent 56ac590 commit 11fb587

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ another project, unless you wrote the respective code yourself.
2525

2626
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.
2727

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-
3728
## Write bug reports with detail, background, and sample code
3829

3930
[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
6556
* [Documentation](https://github.com/sebastianbergmann/phpunit-documentation-english/issues)
6657
* [Website](https://github.com/sebastianbergmann/phpunit-website/issues)
6758

59+
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.
6862

6963
## Workflow for Pull Requests
7064

@@ -83,6 +77,10 @@ Pull requests for bug fixes must be made for the oldest branch that is [supporte
8377

8478
We are trying to keep backwards compatibility breaks in PHPUnit to an absolute minimum. Please take this into account when proposing changes.
8579

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+
8684
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.
8785

8886

0 commit comments

Comments
 (0)