diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md new file mode 100644 index 0000000..53a925b --- /dev/null +++ b/.gitea/pull_request_template.md @@ -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 + + + +## 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)