Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 472 Bytes

File metadata and controls

26 lines (13 loc) · 472 Bytes

哈囉,感謝你考慮貢獻,有幾點需要注意一下,謝謝:

  • 在中文文章中,請在英數字前後加上一半形空格。

No:

有1個美女愛上2個男人。

Yes:

有 1 個美女愛上 2 個男人。

  • 避免一個 Pull Request 裡面包含多個提交。

參考:https://github.com/JuanitoFatas/ruby-style-guide/pull/13

  • markdown 行內代碼請與中文分開。

No:

Ruby2.0的prepend方法。

Yes:

Ruby 2.0 的 prepend 方法。