Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
## Description
Fixes / Relates to Issue: #

Briefly explain why this PR exists, what changed, and what is intentionally out of scope.

## Suggested squash commit

```text
<type>: <short imperative summary>

<why this change exists in one short paragraph>

- <major change 1>
- <major change 2>
- <major change 3>

Verified with <local checks>, <manual smoke>, and <CI if applicable>.
```

## Type of Change
- [ ] 🐛 Bug Fix
- [ ] 🚀 New Feature
Expand All @@ -11,9 +27,18 @@ Fixes / Relates to Issue: #
- [ ] Automated test suites pass locally.
- [ ] Changes verified manually in a local environment.

Manual verification run:
- `...`

Quality gates run:
- `...`

## Checklist
- [ ] My code adheres to the style guidelines of this repository.
- [ ] I have performed a thorough self-review of my changes.
- [ ] I have added inline comments in complex or critical logic blocks.
- [ ] My changes introduce no new lint errors or compiler warnings.
- [ ] I have added corresponding test coverage for new execution paths.

## Known Follow-up / Out of Scope
-
Loading