armcord/.github/PULL_REQUEST_TEMPLATE.md
2026-04-25 14:16:39 +02:00

28 lines
701 B
Markdown

## Summary
<!-- Briefly describe what this PR changes. -->
## Problem
<!-- What issue, bug, feature request, or maintenance task does this address? -->
## Solution
<!-- What changed, and why is this the right approach? -->
## Risk
<!-- Call out anything that could regress, be platform-specific, or require extra review. -->
## Testing
<!-- Describe the checks you ran and any manual smoke tests. -->
- [ ] `pnpm lint`
- [ ] `pnpm build` if this PR touches runtime, bundling, or packaging code
- [ ] Manual verification for affected flows
- [ ] Screenshots or recordings for UI changes
## Notes
<!-- Add links to related issues, screenshots, follow-up work, or implementation details. -->