Skip to content

Commit 9af1fca

Browse files
docs: add AI contributions section to CONTRIBUTING.md
1 parent 3cf55b0 commit 9af1fca

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,18 @@ Here are a few things you can do that will increase the likelihood of your pull
5656
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
5757
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
5858
- [GitHub Help](https://help.github.com)
59+
60+
## AI Contributions
61+
62+
We welcome contributions that use AI assistance. However, **if you are using any kind of AI assistance** (e.g., GitHub Copilot, Claude, ChatGPT, or other AI agents), **you must disclose this in your pull request or issue**.
63+
64+
Include a brief statement describing:
65+
- Which AI tool(s) you used
66+
- The extent of AI assistance (e.g., "code generation", "documentation help", "debugging suggestions")
67+
68+
Example disclosures:
69+
> This PR was written with assistance from GitHub Copilot.
70+
71+
> I used Claude to help draft the initial implementation, which I then reviewed and modified.
72+
73+
This transparency helps maintainers understand context and apply appropriate review. Trivial fixes (typos, formatting) don't require disclosure.

0 commit comments

Comments
 (0)