Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 868 Bytes

pull_request_template.md

File metadata and controls

22 lines (18 loc) · 868 Bytes

Related Issue

Closes: #issue number that will be closed through this PR

Describe the changes you've made

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Language used for coding

Mention the language you have used for coding here.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have documented the code.
  • New and existing unit tests pass locally with my changes.