chore: add PR template

This commit is contained in:
2026-03-31 02:50:59 +00:00
parent cf369b2da6
commit 986ee3dc6d

View File

@@ -0,0 +1,25 @@
## Summary
<!-- What does this PR do? One sentence. -->
## Workitem
Workitem: <!-- https://plane-pro.juankibin.space/... -->
## Type
- [ ] Feature
- [ ] Bug fix
- [ ] Refactor
- [ ] Chore
## Changes
-
## How to test
1.
## Screenshots (if UI change)
## Checklist
- [ ] Follows project conventions
- [ ] No leftover console.log
- [ ] No hardcoded secrets
- [ ] E2E spec added/updated (if UI change)