Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (16 loc) · 391 Bytes

Contributing

Commit Messages

  • Use Conventional Commits
    • some common commit types include fix, docs, perf, feat, chore
    • squash all wip commit

Branch Names

  • Use grouping tokens in front of your branch names.
    • Some common tokens include perf, feat, fix,
fix/
  foo
  bar
perf/
  nfs
  qemu