Skip to content

Commit b701475

Browse files
author
Typo Fix Bot
committed
docs: add pull request template
Add .github/PULL_REQUEST_TEMPLATE.md to guide contributors on how to write good PR descriptions. Addresses issue #356.
1 parent bae0a0a commit b701475

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## What does this PR do?
2+
Short description of the changes.
3+
4+
## Motivation
5+
Why is this change needed? What problem does it solve?
6+
7+
## How to test
8+
Steps to verify the change works correctly.
9+
10+
## Checklist
11+
- [ ] I followed the contributing guidelines
12+
- [ ] Tests added or updated (if applicable)
13+
- [ ] Documentation updated (if applicable)
14+
- [ ] Code compiles without errors
15+
- [ ] No sensitive data committed

0 commit comments

Comments
 (0)