Skip to content
Closed
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
33 changes: 33 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Summary
<!-- A clear, concise description of what this PR does. -->

## Changes
<!-- Bullet list of changes. Be specific about files/modules affected. -->

## Ticket / Issue
<!-- Link to related issue: Resolves #NNN or Related to #NNN -->

## Release Notes
<!--
For user-facing changes, include a release note:
```release-note
Description of the change for the release notes.
```
For non-user-facing changes (refactors, tests, docs):
```release-note-none
```
-->

## Screenshots
<!-- If applicable, add screenshots or GIFs showing the change. -->

## Testing
<!-- How was this tested? Include manual testing steps and/or automated tests added. -->

## Checklist
- [ ] Changes follow the project's code style guidelines
- [ ] Self-review completed
- [ ] Documentation updated (if applicable)
- [ ] New tests added (if applicable)
- [ ] All existing tests pass
- [ ] Release notes included (or `release-note-none`)