Create pull_request_template.md

This commit is contained in:
adilallo
2025-08-21 09:17:10 -06:00
parent b284cbd385
commit b998ea50d2
+28
View File
@@ -0,0 +1,28 @@
# [PR Title]
## Overview
Brief description of what this PR does and why.
Mention any context, background, or goals.
## Changes
- High-level summary of key changes
- List of components, features, or files added/modified
- Reference design tokens, breakpoints, or accessibility improvements if relevant
## Screenshots
<!-- Add image tags if visual changes exist, otherwise leave this section empty -->
## How to Test
1. Steps to run locally or in Storybook
2. List what to verify (e.g., responsive layout, accessibility, functional links)
3. Include breakpoints, browsers, or devices if relevant
## Notes
- Any future follow-ups, TODOs, or known limitations
- Temporary setups or workarounds (e.g., personal deployments, placeholder assets)
- External dependencies (e.g., design tokens, API connections)