Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-#70: Add PR template requiring mobile and desktop screenshots #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

boss6825
Copy link

@boss6825 boss6825 commented Feb 12, 2025

fixes #70

Description

Problem

Currently, contributors only include screenshots for large screens when making style changes or introducing new components. This often leads to visual bugs on small screens (e.g., mobile devices), breaking the UI while fixing other issues.

Solution

This PR adds a Pull Request template that requires contributors to include screenshots for both desktop and mobile views when making UI changes. The template also provides instructions on how to test responsiveness using browser developer tools.

Changes

  • Added .github/pull_request_template.md with:
    • A section for before/after screenshots (desktop and mobile).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Pull Request template to instruct user to upload screenshots for mobile and desktop view
1 participant