From f6385ac32fb261a23d1ab2dafbb8cea51cae4c37 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 18 Dec 2025 22:31:21 -0300 Subject: [PATCH] Apply 2 suggestion(s) to 1 file(s) Co-authored-by: Ron Williams --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 746d6f633..5b1ac3088 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Please review the `LICENSE` file for the project you are contributing to. When making a contribution you agree to the following terms: -- I am the copyright owner of these changes +- I (the contributor) am the copyright owner of these changes - I submit these changes according to the project's license with no additional requirements - I understand these changes in full and will be able to respond to review comments @@ -30,7 +30,7 @@ This is similar to [Developer Certificate of Origin](https://developercertificat ## AI Policy -We don't accept contributions with code generated by LLMs ([Large Language Models](https://en.wikipedia.org/wiki/Large_language_model)) due to issues of provenance and copyright. Such contributions also place an unreasonable burden on reviewers. +We do not accept contributions with code generated by LLMs ([Large Language Models](https://en.wikipedia.org/wiki/Large_language_model)) due to issues of provenance and copyright. Such contributions also place an unreasonable burden on reviewers. You may use code completion at the level provided by `rust-analyzer`. ## Chat