PULL_REQUEST_TEMPLATE.md (1176B)
1 <!-- Provide a general summary of your changes in the Title above --> 2 3 ## Description 4 5 <!-- More detailed description of the changes if needed. --> 6 7 ## Related Issue 8 9 <!-- 10 For more involved changes, it's probably best to open an issue first 11 for discussion. If you are fixing a known bug, please reference the 12 issue number here or give a link to the issue. 13 --> 14 15 ## Type of Change 16 17 <!-- Please replace the space with an "x" in all checkboxes that apply. --> 18 19 - [ ] Bug fix (non-breaking change which fixes an issue) 20 - [ ] Improvement (non-breaking change which improves an existing feature) 21 - [ ] New feature (non-breaking change which adds functionality) 22 - [ ] Breaking change (fix or feature that would cause existing functionality to change) 23 24 ## Checklist 25 26 <!-- 27 Please replace the space with an "x" in all checkboxes that apply. 28 If you're unsure about any of these, feel free to ask. 29 --> 30 31 - [ ] I have read the **CONTRIBUTING.md** document. 32 - [ ] I have updated the documentation in the **README.md** file if necessary. 33 - [ ] I have added an entry to **CHANGES.md**. 34 - [ ] I have added tests to cover my changes. 35 - [ ] All new and existing tests passed (using `make test`).