PR guidelines for AI
This commit is contained in:
parent
5f4f76b50b
commit
f343bed390
2 changed files with 20 additions and 0 deletions
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
11
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -51,3 +51,14 @@ It is not explicitly required to gather feedback, but it certainly helps your PR
|
|||
## Screenshots/Videos (if applicable)
|
||||
|
||||
<!-- Add screenshots or videos demonstrating the change -->
|
||||
|
||||
## AI Assistance
|
||||
|
||||
<!-- AI-assisted PRs are welcome! Just let us know so we can review appropriately. -->
|
||||
|
||||
- [ ] No AI was used in this PR
|
||||
- [ ] AI was used (please describe below)
|
||||
|
||||
**If AI was used:**
|
||||
- Tools used:
|
||||
- How extensively:
|
||||
|
|
|
|||
|
|
@ -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:**
|
||||
|
|
|
|||
Loading…
Reference in a new issue