Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 651 Bytes

File metadata and controls

21 lines (14 loc) · 651 Bytes

Contributing

Commit Guidelines

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 -s to add automatically