Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 1.91 KB

File metadata and controls

107 lines (66 loc) · 1.91 KB

Summary

Explain what this PR changes and why.

Closes #


Scope

  • Single-repository change
  • Cross-repository change (linked references below)

Impacted area in this repository:


Cross-Repository Context

Linked PRs or issues (if any):

  • N/A

Type of Change

  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change
  • Refactor (no functional change)
  • Documentation update
  • CI/CD or infrastructure change
  • Other:

Changes Made

Area in this repository Description

Breaking Changes

  • This PR does not introduce breaking changes
  • This PR introduces breaking changes (describe migration below)

Validation

How to test manually:

  1. ...
  2. ...
  3. Expected result: ...

Automated tests:

  • Unit tests added or updated
  • Integration tests added or updated
  • All tests pass locally

Screenshots / Demo

Before After

Security Considerations

  • No security impact
  • Auth / permission changes
  • Sensitive data handling changed
  • New dependency added (security review completed)
  • Other:

Checklist

  • My changes follow project conventions
  • I performed a self-review
  • Related documentation has been updated
  • Relevant tests have been added or updated
  • Breaking changes are documented

Notes for Reviewers