github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/triage/node_modules/jasmine-core/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!--- Provide a general summary of your changes in the Title above --> 2 3 ## Description 4 <!--- Describe your changes in detail --> 5 6 ## Motivation and Context 7 <!--- Why is this change required? What problem does it solve? --> 8 <!--- If it fixes an open issue, please link to the issue here. --> 9 10 ## How Has This Been Tested? 11 <!--- Please describe in detail how you tested your changes. --> 12 <!--- Include details of your testing environment, and the tests you ran to --> 13 <!--- see how your change affects other areas of the code, etc. --> 14 15 ## Types of changes 16 <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> 17 - [ ] Bug fix (non-breaking change which fixes an issue) 18 - [ ] New feature (non-breaking change which adds functionality) 19 - [ ] Breaking change (fix or feature that would cause existing functionality to change) 20 21 ## Checklist: 22 <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> 23 <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 24 - [ ] My code follows the code style of this project. 25 - [ ] My change requires a change to the documentation. 26 - [ ] I have updated the documentation accordingly. 27 - [ ] I have read the **CONTRIBUTING** document. 28 - [ ] I have added tests to cover my changes. 29 - [ ] All new and existing tests passed. 30