Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 882 Bytes

pull_request_template.md

File metadata and controls

24 lines (15 loc) · 882 Bytes

Fixes #

Tasks

  • One important change that has been implemented.
  • Another thing still left to do.
  • Added PHP tests.
  • Added JS tests.

Describe the Approach

  • Use bullet points to describe why and how you changed things.

  • Assume that the reviewer might not be familiar with the particular section of the code. Try to be as descriptive as possible. That will also help in the future when looking back at the particular changeset.

Release Checklist

  • Review the release guidelines in the contribution documentation.
  • Update the plugin Version: header value in site-performance-tracker.php.
  • Confirm that automated tests are passing for this pull request.