Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 943 Bytes

pull_request_template.md

File metadata and controls

32 lines (20 loc) · 943 Bytes

Description

Issues

Closes #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactor feature (non-breaking change that modifies existing work)
  • Cosmetic changes (changes to layout or visuals in CSS file)

How Has This Been Tested?

  • console.log()
  • dev tools
  • functionality check through web browser
  • tested by viewing the markdown file preview in Atom

Checklist:

  • My code follows the style guidelines of this project (semicolons, indentation, naming conventions, etc..)
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have deleted all comments/console.log() after functionality and understanding is final
  • I have added any issues closed by this PR in the Issues section.
  • I have added others as reviewers