From 2306d2e8d8c3fbf707ad71a97786fc212f21a7b7 Mon Sep 17 00:00:00 2001 From: ANKITAPRAMODPATIL Date: Mon, 13 Apr 2026 22:37:00 +0530 Subject: [PATCH] Add contributing guidelines for AI-assisted contributions Added guidelines for AI-assisted contributions to ensure code quality and transparency. --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..c9477b26ca --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +# Contributing Guidelines + +Thank you for your interest in contributing! + +## AI-assisted Contributions + +We recognize that contributors may use AI tools to assist with development. However, to maintain code quality, transparency, and long-term maintainability, the following guidelines apply: + +- Contributors must clearly disclose if AI tools were used in generating any part of the code, documentation, or tests. +- Contributors are fully responsible for understanding, verifying, and maintaining all submitted code. +- Code generated with AI must meet the same standards as human-written contributions, including readability, correctness, and security. +- Submissions that cannot be properly explained or justified by the contributor may be rejected. + +These guidelines aim to ensure responsible use of AI tools while preserving the integrity of the project.