Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 528 Bytes

File metadata and controls

22 lines (17 loc) · 528 Bytes

📌 Summary

🔍 Details

  • Title follows commit convention ([Patch], [Feat], [Fix], [Doc], etc.)
  • Explains what and why, not just how

✅ Changes

  • ...

🧪 Tests

  • Unit tests updated/added
  • Integration tests verified
  • CI passes locally (if applicable)

📚 Docs

  • README/CHANGELOG updated if public API/UX changed
  • No breaking changes undocumented

🚀 Release Notes