Skip to content

Commit 5580f1c

Browse files
docs: add GitHub Pull Request Template
1 parent afc3add commit 5580f1c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Description
2+
<!-- Please include a summary of the change and which issue is fixed. -->
3+
<!-- Please also include relevant motivation and context. -->
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
- [ ] Bug fix (non-breaking change which fixes an issue)
9+
- [ ] New feature (non-breaking change which adds functionality)
10+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
11+
- [ ] This change requires a documentation update
12+
13+
## Checklist:
14+
- [ ] My code follows the style guidelines of this project
15+
- [ ] I have performed a self-review of my own code
16+
- [ ] I have commented my code, particularly in hard-to-understand areas
17+
- [ ] I have made corresponding changes to the documentation
18+
- [ ] My changes generate no new warnings
19+
- [ ] I have added tests that prove my fix is effective or that my feature works
20+
- [ ] New and existing unit tests pass locally with my changes
21+
22+
## ECSoC / ELUSOC 2026
23+
- [ ] This PR is submitted under ECSoC / ELUSOC 2026.

0 commit comments

Comments
 (0)