Skip to content

Commit d187262

Browse files
Create PULL_REQUEST_TEMPLATE.md
1 parent e8e0507 commit d187262

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Pull Request Template
2+
3+
## Description
4+
5+
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.
6+
7+
Fixes # (issue)
8+
9+
## How Has This Been Tested?
10+
11+
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
12+
13+
- [ ] Test A
14+
- [ ] Test B
15+
16+
## Checklist:
17+
18+
- [ ] My code follows the style guidelines of this project
19+
- [ ] I have performed a self-review of my own code
20+
- [ ] I have commented my code, particularly in hard-to-understand areas
21+
- [ ] I have made corresponding changes to the documentation
22+
- [ ] My changes generate no new warnings
23+
- [ ] Any dependent changes have been merged and published in downstream modules

0 commit comments

Comments
 (0)