From 8f332cce92e670a3702a69c2cbe8d8a4401a6a0f Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Thu, 13 Aug 2020 20:50:15 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ebee094c8..e0add3178 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,15 +1,20 @@ -# What is this? +# What does this PR do? + Fixes #`put issue number here`. Add any further explanations here. -## Checklist +## PR Checklist * [ ] Have you added an explanation of what your changes do and why you'd like to include them? -* [ ] Have you successfully tested your changes locally? * [ ] Is the TravisCI build passing? -## Proof that it works -If applicable, add screenshots or log transcripts of the feature working +## Testing Checklist + +* [ ] Added relevant unit tests? +* [ ] Have you successfully tested your changes locally? Elaborate: + > Tested by {Running the Monkey locally with relevant config/running Island/...} +* [ ] If applicable, add screenshots or log transcripts of the feature working + +## Explain Changes -## Changes Are the commit messages enough? If not, elaborate.