From 2238fb8badc7db138e1bfa5e1d4e2672d652e935 Mon Sep 17 00:00:00 2001 From: Deepak Kumar <44617923+deepak2431@users.noreply.github.com> Date: Wed, 9 Jan 2019 18:05:36 +0530 Subject: [PATCH] Pull_request template added --- pull_request.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pull_request.md diff --git a/pull_request.md b/pull_request.md new file mode 100644 index 0000000..90e99e9 --- /dev/null +++ b/pull_request.md @@ -0,0 +1,43 @@ +# Proposed Changes + + +Describe the big picture of your changes why I should accept your pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. + + +## Types of Changes +What changes you have done, please checkout the boxes that apply + +- [ ] Bux Fix +- [ ] Added new feature + +## Summary of Changes + + +#### Please describe the changes you have made, be as descriptive as you can + +... + + +##### If you fixed any bug , Please add screenshots/gifs of the modifications you have done + +... + + +##### If you have added any new feature please add screenshot of the output, how it has been changed after addition of the new feature + +... + + + + + +## Checklist +Please checkout the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask .Join our gitter channel and feel free to ask. + +- [ ] I have read the Contribution GuideLines. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] I have added necessary documentation (if appropriate). +- [ ] Any dependent changes have been merged and published in downstream modules. + +## Thank You ! +