Skip to content

Commit ae3a56e

Browse files
authored
Merge pull request #78 from boss6825/master
GH-#70: Add PR template requiring mobile and desktop screenshots
2 parents fb8180a + 091f239 commit ae3a56e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Description of Changes
2+
- [ ] I have tested my changes on **both desktop and mobile views**.
3+
- [ ] Screenshots are attached below for desktop and mobile layouts.
4+
5+
### Screenshots
6+
**Before Changes** (if applicable):
7+
- Desktop:
8+
![Desktop Before](url-to-desktop-screenshot)
9+
- Mobile:
10+
![Mobile Before](url-to-mobile-screenshot)
11+
12+
**After Changes**:
13+
- Desktop:
14+
![Desktop After](url-to-desktop-screenshot)
15+
- Mobile:
16+
![Mobile After](url-to-mobile-screenshot)
17+
18+
### How to Test Responsiveness
19+
- Use your browser’s **Developer Tools** (e.g., Chrome/Firefox) to toggle mobile views:
20+
1. Right-click → **Inspect** → Click the **Device Toolbar** icon.
21+
2. Select a mobile device (e.g., iPhone 12) or set a custom screen size.

0 commit comments

Comments
 (0)