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

<!-- Describe the change and why it is needed. Keep the scope focused. -->

## Related issue

<!-- Link the issue this addresses, for example: Fixes #123. Use N/A for small fixes. -->

## Validation

<!-- List the commands you ran and their results, or explain why validation is not applicable. -->

## Checklist

- [ ] I searched existing issues and pull requests to avoid duplicates.
- [ ] I kept this pull request focused and avoided unrelated refactors.
- [ ] I added or updated tests, evals, or documentation when changing skill or agent behavior.
- [ ] I updated CODEOWNERS when adding or moving owned content.
- [ ] I updated all marketplace manifests when plugin metadata changed.
- [ ] I updated `eng/known-domains.txt` for any new external domains referenced by skill content.