You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] 🐛 Bug fix (non-breaking change which fixes an issue)
11
+
-[ ] 🚀 New feature (non-breaking change which adds functionality)
12
+
-[ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected)
13
+
-[ ] 🛠️ Refactoring/Technical debt (internal code improvements with no direct user-facing changes)
14
+
-[ ] 📄 Documentation update
15
+
-[ ] ⚙️ Chore (build process, CI, tooling, etc.)
16
+
-[ ] ✨ Other (please describe):
17
+
18
+
## 🎯 Key Changes & Implementation Details
19
+
20
+
-
21
+
-
22
+
-
23
+
24
+
## 🧪 Testing Done
25
+
26
+
-[ ] New unit tests added/updated
27
+
-[ ] Integration tests performed
28
+
-[ ] Manual E2E testing performed (describe steps/scenarios):
29
+
- Scenario 1: ...
30
+
- Scenario 2: ...
31
+
-[ ] All existing tests pass
32
+
33
+
## ✅ Checklist
34
+
35
+
-[ ] My code follows the style guidelines of this project (e.g., ran `pre-commit run -a`).
36
+
-[ ] I have commented my code, particularly in hard-to-understand areas.
37
+
-[ ] I have made corresponding changes to the documentation (if applicable).
38
+
-[ ] My changes generate no new warnings.
39
+
-[ ] I have added/updated relevant diagrams (if applicable).
40
+
-[ ] I have updated `release-notes.md` with a summary of my changes under the appropriate version (if applicable, for significant user-facing changes or bug fixes).
0 commit comments