Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.89 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

59 lines (38 loc) · 1.89 KB

Motivation

Explain the motivation for making this change. What existing problem does the pull request solve? It may be sufficient to just link to an issue, but please explain if more details are needed.

Summary

Briefly summarize what changes were made to accomplish the motivation above.

Details

This may be unnecessary for some PRs. Catch-all for detailed explanations about the implementation decisions and implications of the change.

Testing

Check a box to describe how you tested these changes and list the steps for reviewers to test.

  • Ran end-to-end test, running the code as in production
  • New unit tests created
  • Existing tests adequate, no new tests required
  • All existing tests pass
  • Untested

Issue(s)

Fixes #XXXX