Each commit message should follow this format:
component_name: short description
Longer description
Fixes: <issue-ref>
Signed-off-by: Name <email>
- component_name: the affected component (e.g.
core,hal,cli,ci,xpumd) - short description: imperative, lowercase, no trailing period
- Longer description: explain what and why, not only how (optional but encouraged)
- Fixes: public issue tracker ticket ID or URL
- Signed-off-by: certifies the Developer Certificate of Origin — use e.g.
git commit -sto add automatically