From d9a0f1792094b55c96f61ac57840d57ff9170549 Mon Sep 17 00:00:00 2001 From: Dawood Khan Date: Thu, 31 Oct 2024 00:21:57 -0400 Subject: [PATCH] Update CONTRIBUTING.md to emphasize that primarily AI-generated contributions are not welcome (#9873) * Update CONTRIBUTING.md * Update CONTRIBUTING.md Co-authored-by: Abubakar Abid --------- Co-authored-by: Abubakar Abid --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2beb200f5..2f502f4218 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,8 @@ Generally speaking, contributing to Gradio involves four steps: 3. Understand the structure of the codebase & make the changes to the codebase locally 4. Open a pull request (PR) to upstream your changes to the Gradio repository +**Note:** We welcome meaningful contributions that solve real issues and improve the codebase. Please avoid opening PRs with content generated primarily by AI language models. All contributions should demonstrate clear understanding of the problem being solved and be consistent with the relevant sections of the Gradio codebase. + You can watch this short video walkthrough of how to contribute, or keep reading below: