Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 380 Bytes

pull_request_template.md

File metadata and controls

16 lines (12 loc) · 380 Bytes

Description

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)

Testing Instructions

git fetch --all git checkout branch-name code . npm start

Closes