feat: add pull request template #5

Merged
mvhutz merged 2 commits from feat/pr-templates into main 2026-01-10 22:44:42 +00:00
Showing only changes of commit 4db0cf7954 - Show all commits

View File

@@ -0,0 +1,32 @@
---
title: "<type>: <description>"
---
## Description
<!--
First, describe the context for the PR.
Then, explain why the PR exists.
Finally, in concise, sentence-long bullets, explain each change.
-->
### Decisions
<!--
List any major architectural decisions here.
If none exist, omit this section.
-->
## Benefits
<!--
List any major benefits here.
How would this PR improve the codebase/product?
-->
## Checklist
- [ ] Code follows conventional commit format.
- [ ] Branch follows naming convention (`<type>/<description>`).
- [ ] Tests pass (if applicable).
- [ ] Documentation updated (if applicable).