Skip to content

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

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

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Description of Changes
- [ ] I have tested my changes on **both desktop and mobile views**.
- [ ] Screenshots are attached below for desktop and mobile layouts.

### Screenshots
**Before Changes** (if applicable):
- Desktop:
![Desktop Before](url-to-desktop-screenshot)
- Mobile:
![Mobile Before](url-to-mobile-screenshot)

**After Changes**:
- Desktop:
![Desktop After](url-to-desktop-screenshot)
- Mobile:
![Mobile After](url-to-mobile-screenshot)

### How to Test Responsiveness
- Use your browser’s **Developer Tools** (e.g., Chrome/Firefox) to toggle mobile views:
1. Right-click → **Inspect** → Click the **Device Toolbar** icon.
2. Select a mobile device (e.g., iPhone 12) or set a custom screen size.
Loading