Skip to content

Commit aef537c

Browse files
authored
Added pull request template
Added pull request template
1 parent 8a25eb3 commit aef537c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Description
2+
3+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
4+
5+
Fixes # (issue)
6+
7+
# Is it been tested?
8+
- [ ] Development testing done
9+
10+
# Checklist:
11+
12+
- [ ] My code follows the style guidelines of this project
13+
- [ ] I have performed a self-review of my own code
14+
- [ ] I have performed a peer-reviewed with team member(s)
15+
- [ ] I have commented my code, particularly in hard-to-understand areas
16+
- [ ] I have made corresponding changes to the documentation
17+
- [ ] My changes generate no new warnings
18+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)