This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #910 from alawatthe/patch-1
Fixes #909 (wrong type for disallow-capitalized-comments)
- Loading branch information
8bd2ffd
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.
We don't use "merge" button, commit msg also should be in line with our guidlines
8bd2ffd
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.
Have seen simple patches go in without message fixes. A one word fix becomes a chore to pull, rebase, merge, then do local cleanup. I like trivial patches being less tedious (and easier to get in), but will conform to fixing up every commit.
8bd2ffd
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.
Ah right, I'll remember the message format for next time. What do you mean with "We don't use "merge" button"?
8bd2ffd
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.
@alawatthe No worries, it's my fault :) We pull down pull requests, rebase them off of master – editing the commit message if it doesn't conform to the guidelines, and then locally (fast forward) merge, then push upstream. The result is no merge commits and a clean and tidy commit history. We don't hit the merge button on github for those reasons.
8bd2ffd
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.
I see. So it is no problem to use the editor build right into Github for small fixes like this, right?
8bd2ffd
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.
8bd2ffd
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.
Wow, sounds like a ton of work to do :-).
8bd2ffd
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.
Unfortunately it does require a ton of work :-(