Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.24 KB

pull_request_template.md

File metadata and controls

32 lines (27 loc) · 1.24 KB

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Testing
  • Other (please describe):

What is the current behavior?

What is the new behavior?

Does this introduce a breaking change?

  • Yes
  • No

Other information