/ pull_request_template.md
pull_request_template.md
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 ## Type of change 8 9 Please delete options that are not relevant. 10 11 - [ ] Bug fix (non-breaking change which fixes an issue) 12 - [ ] New feature (non-breaking change which adds functionality) 13 - [ ] Backend 14 - [ ] Frontend 15 16 # Screenshots 17 18 Please Add Screenshots if applicable. 19 20 # How Has This Been Tested? 21 22 Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration 23 24 - [ ] Unit Test 25 - [ ] Integration Test 26 - [ ] Manual testing on Local. 27 28 # Checklist: 29 30 - [ ] My code follows the style guidelines of this project 31 - [ ] I have performed a self-review of my own code 32 - [ ] I have commented my code, particularly in hard-to-understand areas 33 - [ ] I have made corresponding changes to the documentation 34 - [ ] I have added tests that prove my fix is effective or that my feature works 35 - [ ] New and existing unit tests pass locally with my changes 36 - [ ] Any dependent changes have been merged and published in downstream modules