-
Notifications
You must be signed in to change notification settings - Fork 376
spec: protobuf declares syntax and package name #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
@akutz PTAL |
Good feedback @akutz. I'll submit future PRs from a forked repo. |
Also, according to @jieyu all text should be properly cased and full, English sentences. The commit message's subject and body do not adhere to that. I concur that intent is what matters, but @jieyu seemed very serious about every place I did not adhere to this rule, so I thought I'd mention it here as well. |
Your attention to detail is appreciated. Overlooked the git-commit rules in
my haste to unblock other PRs. Would be nice if GH provided a better commit
message editor.
…On Fri, Aug 11, 2017 at 3:39 PM, Schley Andrew Kutz < ***@***.***> wrote:
Also, according to @jieyu <https://github.com/jieyu> all text should be
properly cased and full, English sentences. The commit message's subject
and body do not adhere to that. I concur that intent is what matters, but
@jieyu <https://github.com/jieyu> seemed very serious about every place I
did not adhere to this rule, so I thought I'd mention it here as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPVLP_XXeuvm9FM18Tl0oCuv6EyDv1fks5sXK30gaJpZM4O1Bu6>
.
|
Hi @jdef, Perhaps more time reviewing the PR prior to a merge? I was surprised @jieyu missed it :) As far as Git commit message editors, I use Vim and it has built-in support for indicating when the Git message and body width limits are exceeded. Just set this in your profile and Git will use Vim to edit commit messages: export EDITOR=vim |
I also recommend, as I did to @jieyu the other day with his style-related PR, that PRs should have meaningful descriptions. Perhaps simply copy the commit message's body? A PR with an empty description is a bad look IMO. |
Sorry, I overlooked the commit body. Probably we should add a commit hook to check that. |
Or just edit them in Vim and rely on it handling it for you. It's not difficult to check locally. |
I guess @jdef hit squash and merge button from github, thus having this issue. |
Ugh. I don't trust that myself. How do you guys like it? |
Not as precise as vim. Does the job in a pinch but, as you've observed,
makes it easy to break rules..
…On Fri, Aug 11, 2017 at 4:32 PM, Schley Andrew Kutz < ***@***.***> wrote:
Ugh. I don't trust that myself. How do you guys like it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACPVLFdGZYvW0F4PU5jPQ0h1ACF0pNTmks5sXLpKgaJpZM4O1Bu6>
.
|
No description provided.