Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 807 Bytes

pull_request_template.md

File metadata and controls

30 lines (23 loc) · 807 Bytes

Thank you for pushing your code!

What (if any) features are you implementing?

What (if anything) did you refactor?

Were there any issues that arose?

Is there anything that you need from your teammate?

Any other comments, questions, or concerns?

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How Has This Been Tested?

  • open index.html
  • console.log()
  • dev tools

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