robotframework / robotframework/robotframework.github.com
Nitpick: wrong comments in the Getting Started "FOR Loops" example
未关闭
还没有人认领这个 Issue。
- 主要语言
- HTML
- 星标
- 83
- 派生
- 85
- PR 合并指标
- 30 天内没有已合并 PR
描述
It is a very minor issue. I would have fixed it myself, but I don't understand Vue enough to find how.
On the homepage, the Getting Started section features a live editor to play with some examples. One of them is about FOR Loops.
In it, the file 1_in.robot contains :
@{mammals} cat dog cow
[...]
Loop over list
Log To Console Four mammals:
FOR ${var} IN @{mammals}
Log To Console ${var}
END
But there is only 3 mammals, not 4.
The same goes for the birds.
But there is actually 4 users.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
打开主页上的 Getting Started 实时编辑器,并检查 1_in.robot 中的 FOR Loops 示例。将列出的哺乳动物、鸟类和用户与其描述性注释进行核对,然后更新不正确的数量并验证渲染后的示例。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- html
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100