Skip to content
Merged
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
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Pull Request Template
Comment thread
MegaRedHand marked this conversation as resolved.

## 🗒️ Description / Motivation
- What does this PR change?
- Why is this change needed?
- What problem does it solve?

## What Changed
- List the files or areas touched
- Brief summary of each change

## Correctness / Behavior Guarantees
- What invariants are preserved or updated?
- Are there any behavior changes reviewers should know about?

## Tests Added / Run
- What tests were added or updated?
- What commands did you run to verify this change?

## Related Issues / PRs
- Closes #
- Related to #