File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ name : Pull Request
3+ about : Submit a code change for review
4+
5+ ---
6+ # Pull Request
7+
8+ ## Description
9+
10+ A clear and concise description of what this pull request changes.
11+
12+ ## Motivation and Context
13+
14+ Why is this change required? What problem does it solve?
15+
16+ ## How Has This Been Tested?
17+
18+ Please describe in detail how you tested your changes.
19+
20+ ## Screenshots
21+
22+ If applicable, add screenshots to help explain your changes.
23+
24+ ## Types of changes
25+
26+ What types of changes does your code introduce? Put an ` x ` in all the boxes that apply:
27+
28+ - [ ] Bug fix (non-breaking change which fixes an issue)
29+ - [ ] New feature (non-breaking change which adds functionality)
30+ - [ ] Breaking change (fix or feature that would cause existing functionality to change)
31+ - [ ] Documentation update
32+ - [ ] Other (please describe):
33+
34+ ## Checklist
35+
36+ Put an ` x ` in all the boxes that apply:
37+
38+ - [ ] I have added tests that prove my fix is effective or that my feature works
39+ - [ ] I have added necessary documentation
40+ - [ ] My changes generate no new warnings
41+ - [ ] I have updated the README.md file if necessary
You can’t perform that action at this time.
0 commit comments