Add structured PR template to standardize pull request format. Template includes sections for description, decisions, benefits, and a checklist for conventional commits and branch naming. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
614 B
614 B
title
| title |
|---|
| <type>: <description> |
Description
Decisions
Benefits
Checklist
- Code follows conventional commit format.
- Branch follows naming convention (
<type>/<description>). - Tests pass (if applicable).
- Documentation updated (if applicable).