Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 757 Bytes

File metadata and controls

40 lines (28 loc) · 757 Bytes

Summary

Briefly describe what changed and why.

Closes #

Changes

Testing

List the exact commands you ran locally.

# Examples
cargo test --workspace
npm run test -w backend
npm run test -w frontend
npm run lint

Review Notes

Call out any context reviewers should know:

  • areas that need extra attention
  • follow-up work or known limitations
  • deployment or migration considerations

Checklist

  • Code compiles, or the updated docs reference working commands
  • Tests were added or updated when behavior changed
  • Linting and formatting were run
  • Documentation was updated when needed
  • No breaking changes, or they are clearly described
  • Screenshots or recordings are included for UI changes