5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin6,746 stars (6,746 stars)273 forks (273 forks)batch import
easyenhancementgood first issuehelp wanted
Description
My TODOs live on average X days
Contributor guide
- Tech stack
- kotlin
- Domain
- frontend
- Issue type
- feature
- 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-2 days
- 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.
- unclear
- Prerequisites
- Kotlingit
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests a fun fact showing the average lifespan of TODOs in a repository. Start by exploring the codebase, particularly any existing statistical or data aggregation modules (e.g., in the backend). Look for how other fun facts are computed and displayed. Review the 5 comments on the issue for any hints or discussions about implementation. Since the repository is Kotlin based, you'll need to understand how git history is accessed (likely via JGit or similar). Propose a clear scope for the feature before coding.