Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 968 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

20 lines (15 loc) · 968 Bytes

Please make sure you've read the pull request section of our code contribution guidelines.

When filling in a section please remove the help text and the above text.

Summary

[A brief description of what this pull request does.]

Ticket Link

[Please link the GitHub issue or Jira ticket this PR addresses.]

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • Ran make check-style to check for style errors (required for all pull requests)
  • Ran make test to ensure unit tests passed
  • Ran make flow to ensure type checking passed
  • Added or updated unit tests (required for all new features)
  • All new/modified APIs include changes to the drivers

Test Information

This PR was tested on: [Device name(s), OS version(s)]