From 9161ab1e62dd80b7f535741973cd8cef0c730bdd Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Mon, 14 May 2018 16:22:29 -0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f5504a0..046a406 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,26 +6,18 @@ - For changes and improvements, new tests have to be provided to cover the new features. +## Is this a fix, improvement or something else? + +... + + ## What does this change implement/fix? -... *answer here* +... -## Is this a fix or an improvement? -- [ ] Fix -- [ ] Improvement +## I have ... -## Have discussed this change in an issue? - -- [ ] Yes -- [ ] No - -## Was some test failing because of this issue or change needed? - -- [ ] Yes -- [ ] No - -## Are you including tests to cover this change? - -- [ ] Yes -- [ ] No +- [ ] answered the 2 questions above, +- [ ] discussed this change in an issue, +- [ ] included tests to cover this changes.