Skip to content

Commit 2c881cb

Browse files
authored
Making clear that AI-generated PRs are not allowed (openhwgroup#3000)
This follows PRs from @ibooga generated by Claude Code that spam the reviewers. We need to find a technical solution to instruct language modes or AI coding assistants not to submit PRs. In the meantime, the rule is written in CONTRIBUTING.md.
1 parent a9190fd commit 2c881cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ If you encounter difficulties with these guidelines, get in touch with the team!
6262

6363
Bug fixing is always welcome. You can issue a GitHub issue. Better: solve the bug and trigger a pull request.
6464

65+
### Use of AI
66+
67+
We understand that some developers are assisted by large language models to help write code. AI-generated code shall always be reviewed by a human intelligence. However, automated pull requests directly generated by large language models or AI coding assistants are not permitted in this repository.
68+
6569
## The Mechanics
6670
1. From GitHub: [fork](https://help.github.com/articles/fork-a-repo/) the [cva6](https://github.com/openhwgroup/cva6) repository
6771
2. Clone repository: `git clone https://github.com/[your_github_username]/cva6`

0 commit comments

Comments
 (0)