Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 621 Bytes

File metadata and controls

15 lines (11 loc) · 621 Bytes

Contributing

Development Flow

  1. Create a focused branch for the change.
  2. Keep commits small and descriptive.
  3. Update docs and diagrams when behavior or architecture changes.
  4. Run the relevant local checks before pushing.
  5. Open a pull request with a short summary, validation notes, and screenshots or logs when useful.

Code Standards

  • Prefer clear names, small functions, and environment-driven configuration.
  • Avoid committing generated files, dependency folders, secrets, or local machine artifacts.
  • Keep project structure simple enough for interviewers and reviewers to understand quickly.