You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,34 @@ Before you start contributing, ensure that you have the following installed:
69
69
- Make sure to review the full [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) to understand the terms.
70
70
- If the project includes a `LICENSE` file containing the Apache License 2.0 text, you can also link to that file in this section.
71
71
72
+
## AI-Assisted Contributions
73
+
74
+
We welcome contributions created with AI assistance! AI tools can help accelerate development, but all contributions require human oversight and responsibility.
75
+
76
+
### Guidelines for AI-Assisted Contributions
77
+
78
+
-**AI Use is Permitted**: You may use AI tools (like GitHub Copilot, Claude Code, ChatGPT, etc.) to help write code, documentation, or tests.
79
+
80
+
-**Disclosure is Optional but Encouraged**: While not required, mentioning your AI tool helps us improve our AI-specific documentation. If you discover gaps in our agent documentation, please suggest improvements.
81
+
82
+
-**Human Responsibility Required**:
83
+
- AI agents cannot submit PRs independently
84
+
- A human must review, approve, and sign all AI-generated code
85
+
- The human contributor is responsible for:
86
+
- Code quality and correctness
87
+
- Responding to maintainer feedback
88
+
- Following up on PR comments and requested changes
89
+
90
+
-**Active Participation Expected**:
91
+
- PRs require active follow-up from the human contributor
92
+
- PRs without response after **2 weeks** will be closed
93
+
- We know sometimes things happen. If you need more time, please communicate with maintainers to make the necessary adjustments
94
+
95
+
-**Quality Standards Apply**:
96
+
- All AI-generated code must pass linting and tests
97
+
- Follow the same code style and guidelines as manual contributions
98
+
- See the Testing and Code Style sections above
99
+
72
100
---
73
101
74
102
Your contributions make Kaoto better, and we sincerely appreciate your support and collaboration. Happy coding!
0 commit comments