4 comments (4 comments)1 reaction (1 reaction)0 assignees (0 assignees)CSS7,486 stars (7,486 stars)1,424 forks (1,424 forks)batch import
discussionenhancementgood first issue
Description
Maybe copy and adapt to this book spellchecking from TRPL?
Contributor guide
- Tech stack
- rustshell
- Domain
- documentationci cd
- Issue type
- documentation
- 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
- shell scriptingRust basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- The issue suggests adapting the spellchecking script from the Rust book's CI (https://github.com/rust lang/book/blob/master/ci/spellcheck.sh). The contributor should fork the repository, create a similar script in the ci/ directory, and integrate it with the existing CI workflow. It may require installing a spellchecker like 'spellchecker cli' or 'aspell'. The maintainers have not provided further details in the comments, so the implementation should follow the book's example.