Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 747 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

15 lines (11 loc) · 747 Bytes

Description of change

Pull Request check-list

  • Run gulp test to ensure there are no linting, or style issues and all tests pass.
  • Squash your commits into a few commits only.
  • Make sure the commit message is short, concise and descriptive of the issues you're fixing.
  • Avoid mixing up multiple issues and/or features, open one pull request for each issue.
  • Have you updated the documentation and / or examples?
  • Have you included a new test?