robotframework / robotframework/robotframework.github.com

Nitpick: wrong comments in the Getting Started "FOR Loops" example

未關閉
#257 2 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 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.

貢獻指南

這個儲存庫沒有索引到貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

開啟首頁上的 Getting Started 即時編輯器,並檢查 1_in.robot 中的 FOR Loops 範例。將列出的哺乳類、鳥類和使用者與其描述性註解進行核對,然後更新不正確的數量並驗證轉譯後的範例。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
html
領域
documentation
Issue 類型
文件
難度
1/5
預估耗時
1 小時以內
活躍度
停滯
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。