Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 727 Bytes

File metadata and controls

17 lines (13 loc) · 727 Bytes

AGENTS.md

Project: Frontend for Red Hat's Patch service (React + JavaScript + TypeScript + PatternFly React)

Backend: https://github.com/RedHatInsights/patchman-engine

Dev environment setup

Commit guidelines

  • Follow Conventional Commits format: type(scope): description
  • Common types: feat, fix, refactor, test, docs, chore
  • Explain the "why" in the commit message, not the "what".
  • Keep commit message body no longer than 72 characters and header no longer than 50 characters