1 comment (1 comment)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript10,735 stars (10,735 stars)1,349 forks (1,349 forks)batch import
good first issue
Description

Contributor guide
- Tech stack
- javascript
- Domain
- cli
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- 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.
- clear
- Prerequisites
- JavaScript basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 90
- Research direction
- Examine the codebase to find where the license label is generated. Look for template files or functions that produce the license badge. The screenshot shows a double dash in the label; likely a placeholder was not replaced correctly. Check the code that handles license selection, possibly in src/templates or a similar location. Review any related issues or comments for context.