Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 577 Bytes

pull_request_template.md

File metadata and controls

28 lines (20 loc) · 577 Bytes

Pull Request

What was implemented, refactored, or otherwise changed?

Issues, comments, questions, or concerns (if any)

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)
  • Refactor
  • Setup

How tested

  • Browser
  • console.log()
  • Dev tools
  • Cypress

Checklist

  • Style guidelines
  • Self-review
  • Commented code if necessary