From 869d27ff650fe78341afde97510f9a00d9719ee6 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 14 Jan 2020 08:34:17 +0530 Subject: [PATCH] chore: updated pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 53 +++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8e2bd857..0dd1c8f8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,39 @@ -Pull-Request + + +What type of a PR is this? + +- [ ] Changes to Existing Features +- [ ] New Feature Submissions +- [ ] Bug Fix +- [ ] Breaking Change (include change in API behaviours, etc.) + +--- + +> Please provide enough information so that others can review your pull request: + + + +--- + +> Explain the **details** for making this change. What existing problem does the pull request solve? The following checklist could help - [ ] Have you followed the guidelines in our Contributing document? - [ ] Have you checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change? @@ -11,18 +46,8 @@ Pull-Request --- -What type of a PR is this? + -- [ ] Changes to Existing Features -- [ ] New Feature Submissions -- [ ] Bug Fix -- [ ] Breaking Change - ---- - -- Motivation and Context (What existing problem does the pull request solve): -- Related Issue: -- Screenshots (if applicable, remember, a picture tells a thousand words): - -**Please don't be intimidated by the long list of options you've fill. Try to fill out as much as you can. Remember, the more the information the easier it is for us to test and get your pull request merged** :grin: +> Screenshots/GIFs + \ No newline at end of file