Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ We welcome all kinds of contributions, from improving customization, to extendin

**Documentation**
- Update docs for changes to functionality and maintain consistency with existing docs.

**AI-Generated Code**

- We welcome AI-assisted contributions when used thoughtfully
- Be aware that AI sometimes generates incorrect code, hallucinates APIs, or uses deprecated methods
- Take extra care to verify the code works correctly and handles edge cases
Comment on lines +48 to +52

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. I would also add:

Suggested change
**AI-Generated Code**
- We welcome AI-assisted contributions when used thoughtfully
- Be aware that AI sometimes generates incorrect code, hallucinates APIs, or uses deprecated methods
- Take extra care to verify the code works correctly and handles edge cases
**AI-Generated Code**
- We welcome AI-assisted contributions when used thoughtfully
- Clearly disclose if any part of your submission was generated or assisted by AI tools.
- Be aware that AI sometimes generates incorrect code, hallucinates APIs, or uses deprecated methods
- Demonstrate thorough understanding of the code you submit.
- Carefully review, test, and debug all code before submitting. Do not blindly copy-paste output from AI tools.