Skip to content

Commit 4fb5f88

Browse files
Merge pull request #57 from M4dhav/main
Add Coding with AI Section
2 parents 7234930 + 0370f08 commit 4fb5f88

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ We welcome contributions from everyone. By participating in this project, you ag
1818
## �📋 Table of Contents
1919

2020
- [How Can I Contribute?](#how-can-i-contribute)
21+
- [Coding with AI](#coding-with-ai)
2122
- [Getting Started](#getting-started)
2223
- [Development Workflow](#development-workflow)
2324
- [Pull Request Guidelines](#pull-request-guidelines)
@@ -52,6 +53,16 @@ Feature suggestions are welcome! Please:
5253
3. **Submit Your PR**: Once assigned, create a PR addressing the issue
5354
4. **Unrelated PRs**: Pull requests unrelated to issues may be closed or take longer to review
5455

56+
## 🤖 Coding with AI
57+
58+
We accept the use of AI-powered tools (GitHub Copilot, ChatGPT, Claude, Cursor, etc.) for contributions, whether for code, tests, or documentation.
59+
60+
⚠️ 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.
61+
62+
What we expect:
63+
- **Disclose AI usage**: A simple note like "Used GitHub Copilot for autocompletion" or "Generated initial test structure with ChatGPT" is sufficient.
64+
- **Specify the scope**: Indicate which parts of your contribution involved AI assistance.
65+
- **Review AI-generated content**: Ensure you understand and have verified any AI-generated code before submitting.
5566

5667
## 🚀 Getting Started
5768

0 commit comments

Comments
 (0)