-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPULL_REQUEST_TEMPLATE
More file actions
22 lines (15 loc) · 858 Bytes
/
PULL_REQUEST_TEMPLATE
File metadata and controls
22 lines (15 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Pull Request Template
## Description
Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context.
List any dependencies that are required for this change.
## How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
- [ ] Test A
- [ ] Test B
## Make sure all below guidelines are followed else PR will get Reject:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code so that it is easy to understand
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules