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
25 changes: 25 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Description
Provide a concise summary of the changes and the motivation behind them.

## Type of Change
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] Refactor (structural changes, no new features)
- [ ] Performance Optimization
- [ ] Documentation Update

## Key Technical Changes
- List specific modules or layers affected (e.g., `backend/hypervisor`, `core/provisioning`).
- Mention architectural decisions or new dependencies introduced.

## Quality Assurance & Testing
- [ ] Local `make test` passed.
- [ ] Balanced Multiline formatting verified.
- [ ] No inlined logic or placeholders introduced.
- **Test Details:** Describe any specific environment needed for validation.

## Screenshots (if UI changes)
Add visual evidence if applicable.

---
*By submitting this PR, I confirm that the code adheres to the QManager engineering standards defined in DEVELOPMENT.md.*
Loading