You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let's use in future these common rules to tag commit messages and make them more human readable:
www.conventionalcommits.org
Short summary from qoomon/conventional_commit_messages.md:
Commit Format:
Types
feat
Commits, that adds a new featurefix
Commits, that fixes a bugrefactor
Commits, that rewrite/restructure your code, however does not change any behaviourperf
Commits are specialrefactor
commits, that improve performancestyle
Commits, that do not affect the meaning (white-space, formatting, missing semi-colons, etc)test
Commits, that add missing tests or correcting existing testsdocs
Commits, that affect documentation onlybuild
Commits, that affect build components like build tool, ci pipeline, dependencies, project version, ...ops
Commits, that affect operational components like infrastructure, deployment, backup, recovery, ...chore
Miscellaneous commits e.g. modifying.gitignore
Scopes (optional)
The
scope
provides additional contextual information.Subject
The
subject
contains a succinct description of the change.Body
The
body
should include the motivation for the change and contrast this with previous behavior.Footer (optional)
The
footer
should contain any information about Breaking Changes and is also the place to reference Issues that this commit refers to.Examples
Beta Was this translation helpful? Give feedback.
All reactions