Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 934 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

20 lines (18 loc) · 934 Bytes

Summary

Description

Types of changes

  • Docs change / refactoring / dependency upgrade
  • 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 change)

Checklist

  • I've run npm run build to make sure code in lib built to bin
  • I've run npm run lint and neither error nor warning shown
  • Related test cases are included
  • I've run npm run test and all tests are green
  • I've updated the documentation accordingly
  • In case of changing documents, I've update lib/{related command}-usage.js file accordingly