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
31 changes: 31 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Description

<!-- Provide a clear and concise description of what this PR does -->

## Changes

<!-- List key changes -->

## Testing

<!-- Describe how you verified this works -->

## Related Issues

<!-- Link related issues using keywords (e.g., "Closes #123") -->

## Reviewer Hints

<!-- Areas needing special attention, design decisions, known trade-offs -->

---

## Self-review checklist

- [ ] This PR has content that was created with AI assistance.
- [ ] I have read and followed the [Generative AI Contribution Policy](https://www.linuxfoundation.org/legal/generative-ai).
- [ ] I have the experience and knowledge necessary to answer maintainer questions about the content of this PR without using AI.

## DCO Sign-off

By submitting this PR I confirm my contribution is made under the terms of the Apache 2.0 license and I have signed off all commits with `Signed-off-by`.