Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 820 Bytes

File metadata and controls

23 lines (18 loc) · 820 Bytes

What is this contribution about?

Describe your changes and why they're needed.

How did you verify your code works?

Name the tests you ran or added and what you observed. "Verified manually" or "existing tests" without specifics doesn't count.

Screenshots/Demonstration

Add screenshots or a Loom video if your changes affect the UI.

How to Test

Provide step-by-step instructions for reviewers to test your changes:

  1. Step one
  2. Step two
  3. Expected outcome

Migration Notes

If this PR requires database migrations, configuration changes, or other setup steps, document them here. Remove this section if not applicable.

Review Checklist

  • PR title is clear and descriptive
  • Changes are tested and working
  • Documentation is updated (if needed)
  • No breaking changes