Guidelines
โข
Seperate subject from body with a blank line
โข
Do not end the subject liine with a period
โข
Capitalize the subject line and each paragraph
โข
Use the imperative mood in the subject line
โข
Wrap lines at 72 characters
โข
Use the body to explain what and why you have done something rather than how.
Summary
<subject line> : capitalized imperative short summary
<body> : focused on what and why
<footer> : if you have specific issue number or ticket
Plain Text
๋ณต์ฌ
Tips
1.
Use type on subject line if you want:
โข
featย - a new feature
โข
fixย - a bug fix
โข
docsย - changes in documentation
โข
styleย - everything related to styling
โข
refactorย - code changes that neither fixes a bug or adds a feature
โข
testย - everything related to testing
โข
choreย - updating build tasks, package manager configs, etc
2.
Use bullet points on body paragraph - I prefer this
3.
Put references on footer if you use an issue tracker:
Resolves: #123
See also: #456, #789
Plain Text
๋ณต์ฌ