Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 1.14 KB

pull_request_template.md

File metadata and controls

46 lines (20 loc) · 1.14 KB

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 !