Skip to content

Commit b122977

Browse files
committed
Added pull_request_template.md
1 parent 6692a45 commit b122977

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Description
2+
3+
Please include a summary of changes, motivation and context for this PR.
4+
5+
Fixes # (issue)
6+
7+
## Type of change
8+
9+
Please tick all options which are relevant.
10+
11+
- [ ] Bug fix
12+
- [ ] New feature
13+
- [ ] Added/removed dependencies
14+
- [ ] Requires documentation updates
15+
16+
# Testing
17+
18+
Please describe the test(s) that you added and ran to verify your changes.
19+
20+
## Test(s) description
21+
22+
**Test Configuration**:
23+
24+
* OS:
25+
26+
# Checklist:
27+
28+
- [ ] I have added tests that prove my fix is effective and/or that my feature works
29+
- [ ] New and existing unit tests pass locally with my changes
30+
- [ ] I have used understandable variable names
31+
- [ ] I have squashed my commits into a single commit ready for review
32+
- [ ] I have run `git-clang-format HEAD~` on my changes
33+
- [ ] I have made corresponding changes to the documentation
34+
- [ ] I have performed a self-review of my own code
35+
- [ ] I have commented my code, particularly in hard-to-understand areas

0 commit comments

Comments
 (0)