[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: add "AI Contributions" section to CONTRIBUTING (#9909)

Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>

authored by

Vladimir
Ari Perkkiö
and committed by
GitHub
(Mar 27, 2026, 9:32 AM +0100) 8c3a1db8 6b869156

+12
+12
CONTRIBUTING.md
··· 94 94 95 95 - Use `pnpm run lint:fix` to format files according to the project guidelines. 96 96 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 + 97 109 ## Maintenance Guidelines 98 110 99 111 > 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.