Skip to content

Latest commit

History

History
46 lines (33 loc) 路 1.29 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

46 lines (33 loc) 路 1.29 KB

Pull Request

Proposed Changes

Type of Change

  • Bugfix (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)
  • Documentation Update

How has this been tested?

Test Configuration

  • Browser type & version:
  • Operating system:
  • PHP Version:
  • Node Version:
  • NPM Version:

Checklist

  • I have read the Contributor's Guide and implemented those parts I needed to
  • I have performed a self-review of my code
  • I have commented my code, particularly in areas which are harder to understand
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings