From b0915183a07569b2389be4d7dd703e6b2a9fb0fb Mon Sep 17 00:00:00 2001 From: AnandNair4 Date: Tue, 8 Sep 2026 15:35:59 +0530 Subject: [PATCH] docs(readme): add warning about AI contributions --- .github/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/README.md b/.github/README.md index 8b37db1..8d180d7 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,5 +1,9 @@ # Contributing to rust-smallvec +> [!WARNING] +> AI contributions are not allowed in any [**@servo**](https://github.com/servo) repository. +> Please read the [AI contributions policy](https://book.servo.org/contributing/getting-started.html#ai-contributions) before contributing. + This branch contains the code for SmallVec v2, which is on pre-release. Visit [the wiki](https://github.com/servo/rust-smallvec/wiki) for more information about the status and management of v2. Visit it before making any contribution.