Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.91 KB

pull_request_template.md

File metadata and controls

51 lines (34 loc) · 1.91 KB

Related to #<issue_number>

Describe the changes you've made

< Give_a_clear_description_what_modifications_you_have_made >

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

< Describe_how_have_you_verified_the_changes_made >

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.

Screenshots (Images)

Before the changes After the Changes
<Upload_Screenshot> <Upload_Screenshot>

Recordings (Video with audio)

Before the changes After the Changes
<Upload_Recording> <Upload_Recording>