From 2044aeae1158286762db4a1f5082213d43a5d379 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Mon, 14 May 2018 16:15:38 -0300 Subject: [PATCH 1/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5ba1433..afce7f4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,10 +2,7 @@ ## Is this a bug, an improvement, a proposal or something else? -- [ ] Bug -- [ ] Improvement -- [ ] Proposal -- [ ] Something else +... ## Briefly explain your issue @@ -18,15 +15,11 @@ ... -## What's the actual behaviour? +## What's the actual behaviour and the steps to reproduce it? ... -## What are the steps to reproduce the actual behaviour? - -... - ## Comments From 9161ab1e62dd80b7f535741973cd8cef0c730bdd Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Mon, 14 May 2018 16:22:29 -0300 Subject: [PATCH 2/3] 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. From 7fd6ac336acc8a9ac00dec14290ba45292701814 Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Mon, 14 May 2018 16:24:26 -0300 Subject: [PATCH 3/3] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index afce7f4..4364cb0 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,25 +1,14 @@ # Please describe your issue -## Is this a bug, an improvement, a proposal or something else? +### Is this a bug, an improvement, a proposal or something else? Describe it. ... -## Briefly explain your issue - -... - - -## What's the expected behaviour? +### What's the expected behaviour, the current behaviour and the steps to reproduce it? ... -## What's the actual behaviour and the steps to reproduce it? - -... - - - -## Comments +### Comments