4 条评论 (4 条评论)1 个反应 (1 个反应)0 位负责人 (0 位负责人)CSS1,424 个派生 (1,424 个派生)batch import
discussionenhancementgood first issue
仓库指标
- 星标
- 7,486 个星标 (7,486 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
Maybe copy and adapt to this book spellchecking from TRPL?
贡献者指南
- 研究方向
- 该问题建议从 Rust 书的 CI 中适配拼写检查脚本(https://github.com/rust lang/book/blob/master/ci/spellcheck.sh)。贡献者应 fork 该仓库,在 ci/ 目录中创建类似的脚本,并将其集成到现有的 CI 工作流中。可能需要安装像 'spellchecker cli' 或 'aspell' 这样的拼写检查器。维护者尚未在评论中提供更多细节,因此实现应遵循书的示例。
- 技术栈
- rustshell
- 领域
- documentation
- 议题类型
- 功能
- 前置要求
- Git