I spotted some possible problems.

1 개요[ | ]

Gopher Robot - I spotted some possible problems.

I spotted some possible problems.

These findings are based on simple heuristics. If a finding appears wrong, briefly reply here saying so. Otherwise, please address any problems and update the GitHub PR. When complete, mark this comment as 'Done' and click the blue 'Reply' button above.

Possible problems detected:

  1. The commit title should start with the primary affected package name followed by a colon, like "net/http: improve [...]".
  2. The first word in the commit title after the package should be a lowercase English word (usually a verb).
  3. Lines in the commit message should be wrapped at ~76 characters unless needed for things like URLs or tables. You have a 79 character line.
  4. Do you have the right bug reference format? For most repos outside the main go repo, the format is usually 'Fixes golang/go#12345' or 'Updates golang/go#12345' at the end of the commit message.

The commit title and commit message body come from the GitHub PR title and description, and must be edited in the GitHub web interface (not via git). For instructions, see here. For guidelines on commit messages for the Go project, see here.

(In general for Gerrit code reviews, the change author is expected to log in to Gerrit with a Gmail or other Google account and then close out each piece of feedback by marking it as 'Done' if implemented as suggested or otherwise reply to each review comment. See the Review section of the Contributing Guide for details.)

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}