1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript9,021 stars (9,021 stars)694 forks (694 forks)batch import
help wantedsuggestion
Description
Contributor guide
- Tech stack
- javascriptcsshtml
- Domain
- mobilefrontend
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic CSS knowledgeJavaScript basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- The Playground app is likely in the 'playground' or 'examples' directory of the repo. The issue reports small text on certain pages. Start by examining the app's CSS files for font size properties. Compare the screenshots to identify which pages have the issue. Look for any media queries or responsive styles that might cause the problem on Android 8.0. The fix may involve adjusting font size values or ensuring proper CSS specificity. Refer to the repository's contribution guidelines for testing.