2014-05-17
GitHub の issue(PR) に対するコメントの付け方がいろいろあってよく分からなくなったので実験してみた。4種類ある。
pull request に対するコメント:
<username> commented
commit に対するコメント:
<username> commented on <commit hash>
commit の特定の行に対するコメント:
<username> commented on <commit hash> <filename>:L<line number>
files の特定の行に対するコメント:
<username> commented on the diff
すべてが入ったサンプルはこちら。 https://github.com/satoso/pullreq/pull/2
License: CC BY
Keyword(s):
References:[FrontPage]