pull_request_template.md (1046B)
1 <!-- 2 Make sure the PR is against the dev branch and not master which contains 3 the latest stable release. Also make sure to have read CONTRIBUTING.md. 4 Please do not submit pull requests changing the single-include `doctest.h` 5 file, it is generated from the 2 files in the doctest/parts/ folder. 6 --> 7 8 9 ## Description 10 <!-- 11 Describe the what and the why of your pull request. Remember that these two 12 are usually a bit different. As an example, if you have made various changes 13 to decrease the number of new strings allocated, that's what. The why probably 14 was that you have a large set of tests and found that this speeds them up. 15 --> 16 17 ## GitHub Issues 18 <!-- 19 If this PR was motivated by some existing issues, reference them here. 20 21 If it is a simple bug-fix, please also add a line like 'Closes #123' 22 to your commit message, so that it is automatically closed. 23 If it is not, don't, as it might take several iterations for a feature 24 to be done properly. If in doubt, leave it open and reference it in the 25 PR itself, so that maintainers can decide. 26 -->