From 84c19f099750e7aac06316ee3681bff01bff94e6 Mon Sep 17 00:00:00 2001 From: Graham Russell Date: Fri, 10 Nov 2017 18:08:12 +0000 Subject: [PATCH] Improved PR template --- PULL_REQUEST_TEMPLATE.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 3d240bf1a7f..6174ed315bb 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,6 @@ - - ## Description - + + ## Motivation and Context @@ -15,14 +14,15 @@ ## Screenshots (if appropriate): ## Types of changes - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) + +- Bug fix (non-breaking change which fixes an issue) +- New feature (non-breaking change which adds functionality) +- Breaking change (fix or feature that would cause existing functionality to not work as expected) ## Checklist: -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. +- [ ] My code follows the [code style][style-guide] of this project. - [ ] I have updated the documentation accordingly. + +[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines