- Use Conventional Commits
- some common commit types include
fix
,docs
,perf
,feat
,chore
- squash all wip commit
- some common commit types include
- Use grouping tokens in front of your branch names.
- Some common tokens include
perf
,feat
,fix
,
- Some common tokens include
fix/
foo
bar
perf/
nfs
qemu