Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 469 Bytes

File metadata and controls

18 lines (12 loc) · 469 Bytes

Contributing

Standard

  • Keep changes focused and easy to review.
  • Prefer clear names and straightforward structure.
  • Remove dead code and avoid speculative abstractions.

Pull Requests

  • Explain the problem first, then the fix.
  • Include validation steps (tests, commands, screenshots when relevant).
  • Call out tradeoffs and follow-up work explicitly.

Issues

  • Include a concise summary and reproducible context.
  • State expected vs actual behavior.