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.