Skip to content

Commit 79bb66b

Browse files
committed
Added pull_request_template.md
1 parent 056118a commit 79bb66b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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+
- [ ] Requires documentation updates
14+
15+
# Testing
16+
17+
Please describe the test(s) that you added and ran to verify your changes.
18+
19+
## Test(s) description
20+
21+
**Test Configuration**:
22+
23+
* OS:
24+
25+
# Checklist:
26+
27+
- [ ] I have added tests that prove my fix is effective and/or that my feature works
28+
- [ ] New and existing unit tests pass locally with my changes
29+
- [ ] I have used understandable variable names
30+
- [ ] I have squashed my commits into a single commit ready for review
31+
- [ ] I have run `git-clang-format HEAD~` on my changes
32+
- [ ] I have made corresponding changes to the documentation
33+
- [ ] I have performed a self-review of my own code
34+
- [ ] I have commented my code, particularly in hard-to-understand areas

0 commit comments

Comments
 (0)