Skip to content

Commit 689f8b6

Browse files
committed
feat: AI guidelines added
1 parent 2c29b33 commit 689f8b6

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,34 @@ Before you start contributing, ensure that you have the following installed:
6969
- Make sure to review the full [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) to understand the terms.
7070
- If the project includes a `LICENSE` file containing the Apache License 2.0 text, you can also link to that file in this section.
7171

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+
72100
---
73101

74102
Your contributions make Kaoto better, and we sincerely appreciate your support and collaboration. Happy coding!

0 commit comments

Comments
 (0)