Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

File metadata and controls

4 lines (3 loc) · 284 Bytes

Agent instructions

  • Every commit must be DCO signed (include a Signed-off-by: Name <email> line). Use git commit -s.
  • Before creating a PR, run Ruff the same way CI does: ruff check test website-generator backends and ruff format --check test website-generator backends.