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]