From b998ea50d2db4d4d1844bb8de4876a4fa45dfc64 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:17:10 -0600 Subject: [PATCH] Create pull_request_template.md --- .gitea/pull_request_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitea/pull_request_template.md 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)