Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 967 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

33 lines (22 loc) · 967 Bytes

[Things to note: Pull Requests must fix an issue. Discussion about the feature / bug takes place in the issue, discussion of the implementation takes place in the PR. Please also see the Contributing Guide for information on branch naming and the CLA.

Delete the above section when you've read it.]

Fixes #[issue number]

This PR is [ready / not ready] for review.

Risk

This PR makes [no / minor / major] API changes.

Testing Plan

[Describe how you plan to unit test the changes in this PR]

Summary

[Summary of PR changes]

Changelog

Breaking Changes
  • [Breaking change info]
Enhancements
  • [Enhancement info]
Bug Fixes
  • [Bug Fix Info]

Tasks Remaining:

  • [Task 1]
  • [Task 2]

CLA