diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83eeb91..7dd8b5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,7 @@ We welcome contributions from everyone. By participating in this project, you ag ## �📋 Table of Contents - [How Can I Contribute?](#how-can-i-contribute) +- [Coding with AI](#coding-with-ai) - [Getting Started](#getting-started) - [Development Workflow](#development-workflow) - [Pull Request Guidelines](#pull-request-guidelines) @@ -51,6 +52,16 @@ Feature suggestions are welcome! Please: 3. **Submit Your PR**: Once assigned, create a PR addressing the issue 4. **Unrelated PRs**: Pull requests unrelated to issues may be closed or take longer to review +## 🤖 Coding with AI + +We accept the use of AI-powered tools (GitHub Copilot, ChatGPT, Claude, Cursor, etc.) for contributions, whether for code, tests, or documentation. + +⚠️ However, transparency is required: if you use AI assistance, please mention it in your PR description. This helps maintainers during code review and ensure the quality of contributions. + +What we expect: +- **Disclose AI usage**: A simple note like "Used GitHub Copilot for autocompletion" or "Generated initial test structure with ChatGPT" is sufficient. +- **Specify the scope**: Indicate which parts of your contribution involved AI assistance. +- **Review AI-generated content**: Ensure you understand and have verified any AI-generated code before submitting. ## 🚀 Getting Started