Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 3.35 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

50 lines (39 loc) · 3.35 KB

Overview

  1. This PR fixes or fixes part of #[fill_in_number_here][(fill_in_the_issue_link)].
  2. This PR does the following: [Explain here what your PR does and why]
  3. (For bug-fixing PRs only) The original bug occurred because: [Explain what the cause of the bug was, and which PR introduced it]

Essential Checklist

  • The PR title starts with "Fix #bugnum: " or "Fix part of #bugnum: ...", followed by a short, clear summary of the changes.
  • I have followed the build process and "verifying your changes" section mentioned in the readme file.
  • I have followed the instructions for making a code change.
  • I have assigned the correct reviewers to this PR (or will leave a comment with the phrase "@{{reviewer_username}} PTAL" if I don't have permissions to assign reviewers directly).
  • The linter/Karma presubmit checks pass on my local machine, and my PR follows the coding style guide).
  • "Allow edits from maintainers" is checked. (See here for instructions on how to enable it.)

Proof that changes are correct

PR Pointers