docs: add AI tools guidelines to CONTRIBUTING.md (#771)

This commit is contained in:
Dayuan Jiang
2026-04-01 22:05:46 +09:00
committed by GitHub
parent 8d6d33bfc9
commit 29538782fc

View File

@@ -61,6 +61,15 @@ For **significant changes** (new features, architecture changes, large refactors
CI will run the full test suite on your PR. CI will run the full test suite on your PR.
## Using AI Tools
AI-assisted contributions are welcome. But please **review the output before opening a PR**:
1. **Review the code** — understand what was generated, don't just commit blindly
2. **Write a PR description** — explain what changed and why
3. **Rebase on latest `main`** — AI tools often work on stale branches, run `git rebase origin/main` before pushing
4. **Clean up artifacts** — remove IDE configs (`.idea/`, `.kiro/`), env files, scratch notes, and throwaway test scripts that AI tools leave behind
## Code Review ## Code Review
This project uses GitHub Copilot for automated code review. If you receive review comments from Copilot on your PR: This project uses GitHub Copilot for automated code review. If you receive review comments from Copilot on your PR: