Skip to content

Commit f4bd3f1

Browse files
author
q404365631
committed
docs: add AI-generated content policy to CONTRIBUTING.md
Closes #146
1 parent e71b496 commit f4bd3f1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ Use descriptive commit messages with a prefix:
115115
- `style:` for formatting changes (no logic change)
116116
- `test:` for adding or updating tests
117117

118+
## AI-Generated Content Policy
119+
120+
We welcome contributions assisted by AI tools (GitHub Copilot, ChatGPT, Claude, etc.). To maintain quality and reliability:
121+
122+
1. **Disclose AI assistance**: If AI tools were used to generate a significant portion of your contribution, mention it in your PR description.
123+
2. **Review before submitting**: Always review AI-generated content for accuracy, relevance, and adherence to our coding standards before submitting.
124+
3. **No bulk AI submissions**: Do not submit large batches of AI-generated code without thorough review. Each PR should represent thoughtful, intentional work.
125+
4. **Originality**: Ensure your contribution does not reproduce copyrighted material from AI training data.
126+
5. **Accountability**: You are responsible for the quality and correctness of all content in your PRs, regardless of how it was generated.
127+
118128
## Pull Request Guidelines
119129

120130
- Reference the related issue using `Fixes #<issue_number>` in the PR description

0 commit comments

Comments
 (0)