Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 883 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

24 lines (19 loc) · 883 Bytes

JIRA Ticket Link

  • Provide the JIRA ticket link related to this pull request: [JIRA_TICKET_URL]

Description of Changes

  • What has changed in this pull request? Provide a detailed explanation of the updates, including any files or functionality affected.

Testing and Verification

  • Have these changes been tested? (Yes/No)
  • If tested, provide details on how the testing was conducted:
    • Local testing steps
    • Unit/Integration tests
    • Any automated test

Checklist

  • Code compiles and runs without errors.
  • All required tests have been written and are passing.
  • Relevant documentation has been updated.
  • This PR is small and focused.
  • JIRA ticket link is included in the description.
  • PR is linked to the correct JIRA_TICKET_URL.

Note: Large PRs exceeding 500 lines of code should be split into smaller, more focused changes.