Skip to content

Commit 8c3a1db

Browse files
chore: add "AI Contributions" section to CONTRIBUTING (#9909)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
1 parent 6b86915 commit 8c3a1db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ VITEST_MODULE_DIRECTORIES=/node_modules/,/packages/
9494

9595
- Use `pnpm run lint:fix` to format files according to the project guidelines.
9696

97+
## AI Contributions
98+
99+
The team welcomes the use of AI as a personal assistant when contributing to Vitest. However, we strongly believe that a real person must be behind every issue and pull request.
100+
101+
All issues and pull requests must be opened by a real person using the official templates. If AI assisted in creating a pull request, please disclose the tool used (e.g. Claude, Codex, Copilot).
102+
103+
Pull requests or issues entirely generated by AI with no human involvement (e.g. by an automated agent) will be labeled "maybe automated" by the maintainers and closed automatically after 3 days unless a real person responds.
104+
105+
AI-generated comments on issues, pull requests or discussions that add no value or contain incorrect information will be hidden by the maintainers.
106+
107+
These measures help reduce maintenance burden and keep the team's work efficient.
108+
97109
## Maintenance Guidelines
98110

99111
> The following section is mostly for maintainers who have commit access, but it's helpful to go through if you intend to make non-trivial contributions to the codebase.

0 commit comments

Comments
 (0)