From fc4a9a09b18501b7507a9bbf8cffbb96928423ef Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Tue, 7 Apr 2026 15:02:08 +0800 Subject: [PATCH] Add AI rule Signed-off-by: Gris Ge --- profile/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profile/README.md b/profile/README.md index 759aa7d..0c7c202 100644 --- a/profile/README.md +++ b/profile/README.md @@ -67,6 +67,14 @@ open pull request to [rust-netlink/new-crate-review][new-crate-review]. The architecture desion records are stored in https://github.com/rust-netlink/.github/tree/main/architecture_decisions +## AI Rule + +We accept code generated by AI if the following requirements are met: + * The contributor must review the patch before submission. + * The contributor agrees that the patch is licensed on their behalf instead of + the AI tool/service. + * The contributor must understand all lines they propose to change. + ## Credits My main resource so far has been the source code of [`pyroute2`][pyroute2]