Skip to content
Open
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
28 changes: 28 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,34 @@ Before you start contributing, ensure that you have the following installed:
- Make sure to review the full [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) to understand the terms.
- If the project includes a `LICENSE` file containing the Apache License 2.0 text, you can also link to that file in this section.

## AI-Assisted Contributions

We welcome contributions created with AI assistance! AI tools can help accelerate development, but all contributions require human oversight and responsibility.

### Guidelines for AI-Assisted Contributions

- **AI Use is Permitted**: You may use AI tools (like GitHub Copilot, Claude Code, ChatGPT, etc.) to help write code, documentation, or tests.

- **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.

- **Human Responsibility Required**:
- AI agents cannot submit PRs independently
- A human must review, approve, and sign all AI-generated code
- The human contributor is responsible for:
- Code quality and correctness
- Responding to maintainer feedback
- Following up on PR comments and requested changes

- **Active Participation Expected**:
- PRs require active follow-up from the human contributor
- PRs without response after **2 weeks** will be closed
- We know sometimes things happen. If you need more time, please communicate with maintainers to make the necessary adjustments

- **Quality Standards Apply**:
- All AI-generated code must pass linting and tests
- Follow the same code style and guidelines as manual contributions
- See the Testing and Code Style sections above

---

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