Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 734 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

13 lines (10 loc) · 734 Bytes

What does this PR do?

Indicate what the changes in this PR accomplish -- whether to fix a bug, introduce a new feature, clean up documentation, etc.

Checklist

  • I've read the contribution guidelines and the Code of Conduct
  • An issue has been created for this PR
  • Title begins with one of the following: Fix:, Update:, Breaking:, or New:
  • Title ends with a reference to the related issue(s): (fixes #issue) or (refs #issue)
  • Linting and unit tests all pass (npm test)
  • PR includes new unit tests as necessary (or will be submitted as a separate PR)
  • PR includes documentation as necessary (or will be forthcoming in a separate PR)