diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1edc917..19fc120 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -51,3 +51,14 @@ It is not explicitly required to gather feedback, but it certainly helps your PR ## Screenshots/Videos (if applicable) + +## AI Assistance + + + +- [ ] No AI was used in this PR +- [ ] AI was used (please describe below) + +**If AI was used:** +- Tools used: +- How extensively: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c0baa1..4785d6d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -222,6 +222,15 @@ Community feedback is essential to keeping Handy the best it can be for everyone **Remember:** PRs with community support are prioritized. If you haven't already, start a [discussion](https://github.com/cjpais/Handy/discussions) to gather feedback before or alongside your PR. It is not explicitly required to gather feedback, but it certainly helps your PR get merged faster. +### AI Assistance Disclosure + +**AI-assisted PRs are welcome!** Use whatever tools help you contribute, just be upfront about it. + +In your PR description, please include: +- Whether AI was used (yes/no) +- Which tools were used (e.g., "Claude Code", "GitHub Copilot", "ChatGPT") +- How extensively it was used (e.g., "generated boilerplate", "helped debug", "wrote most of the code") + ### Code Style Guidelines **Rust:**