-
Notifications
You must be signed in to change notification settings - Fork 164
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
clean up a bit of the installer docs #4187
Conversation
Should not require full CI other than yetus, since I am changing just two markdown files. |
I am ignoring yetus complaints about sections I did not change. |
But don't they appear because of your changes?
and you changed the "location" so that they point into the void. |
Oh, you may be right. I just looked at the line it was complaining about and thought, "there goes yetus again". Good catch @christoph-zededa ; I will check and update if necessary |
Yup, you were right. Fixed it. |
This is strange. How am I seeing go test failures for something that changes only markdown? This markdown cannot have broken go code. I also see it is complaining about lint messages. The message is brief and to the point, and is signed. What is it complaining about? |
We would like to see a body for commit messages. Like what you usually put into the PR description =) |
I see it time to time... |
It shouldn't complain about a single line; sometimes that is more than enough. |
Sometimes, yes. But in most cases, it is not, and people just don't put any details in commit messages (at the same time, they are fine with providing an explanation in the PR description)). |
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.
Just some typos in the docker commands, otherwise LGTM
Signed-off-by: Avi Deitcher <avi@deitcher.net>
If I were the one who created the commit, I would put the following body:
But I do not insist =D |
@deitch got a specific case, for this kind of changes, yeah, a single line is enough. However, as @OhmSpectator pointed out (very well) the idea is to avoid commits that changes a lot of stuff without a suitable (to not say any) explanation. It works while reviewing the PR, for a couple of days and/or weeks, but once you need to revisit changes done long time ago (or not so long), it might be painful to quickly understand all the details without a good explanation. IMHO, forbid commit message without a body it's an affordable price to pay consider the benefits... TBH the only drawback I can tell is to enforce put a description for messages that one line would be sufficient, like this PR.... But, since we introduced the check, let's follow it, make exceptions just open the way for more discussion, so in this case is better to remove the check..... |
Agreed. So let's ignore here. Need an approval and I can merge it in. |
Yep, let's approve this, and do not slow down the merging) |
It worked, thanks @OhmSpectator I will merge it in to stop wasting eden test resources on this. |
By the way, as far as I understand, Eden will work anyway, as a part of "push" into master action. Yep, we have a lot of actions working on commits at the moment they're merged... |
Good point. Yash is working on all of that as far as I know. |
Just a little bit of installer docs cleanup.