Fixes Template
Field |
Description |
Description |
Clear explanation of bug fixed in UTMStack. |
Issue Ref |
#123 |
Reason |
Why it's important to fix this bug in UTMStack. |
Changes Made |
Technical changes made:<br>- Fixed Go method X<br>- Corrected Python class Y <br>- Handled TypeScript error Z |
Considerations |
Points about changes made to UTMStack core. |
Commit Messages |
- fix: fixed invoice totals calculation in Python utility <br>- refactor: added error handling in TypeScript module |
New Feature Template
Field |
Description |
Description |
Explanation of new UTMStack feature/functionality. |
Reason/Use Case |
Problem solved or use case enabled by this feature. |
Changes Made |
Technical changes:<br>- New Golang API endpoint <br>- Enhanced Java module<br>- Modified Angular view |
Usage Examples |
Example usage of new UTMStack feature. |
Considerations |
Important points about impacts to UTMStack. |
Commit Messages |
- feat: added new Golang API for widgets <br>- docs: updated UTMStack docs |
Enhancement Template
Field |
Description |
Description |
Explanation of optimization or enhancement made. |
Reason |
Problem solved or optimization enabled. |
Changes |
Technical changes made:<br>- Optimized Python algorithm<br>- Parallelized Go routine<br>- Refactored Java utility class |
Impact |
Quantifiable benefits of this change. |
Commit Messages |
- perf: parallelized packet processing with Goroutines <br>- refactor: optimized Python utility module |