Code: Select all
[branch you are working on] A short explanation of the change.
A more detailed explanation of which things exactly were changed and for
what reasons.
This can span multiple paragraphs for a bigger change. And
it should really make clear all the changes to anyone reading this commit
message without further context.
TICKET-ID
While that is not a problem when I'm using my properly configured git client for Windows, I cannot figure out how to avoid it on the Github website.
It is convenient for me to create pull requests by visiting Github and clicking on the green button for "New pull request". But when I type my commit message I have no control over carriage returns, or do I?
Is it a protocol thing to always add CRLF by the end of a line? Or can I somehow configure my browser to use LF?