Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 466 Bytes

File metadata and controls

17 lines (12 loc) · 466 Bytes

Git Workflow

Recent history uses short imperative commit subjects, often with chore: for maintenance, for example:

chore: upgrade web-vite example

Keep commits focused on one example or one cross-example concern.

Pull requests should include:

  • the example or examples changed
  • validation commands run
  • related issues when available
  • screenshots for visible UI changes
  • native setup or platform-specific follow-up for iOS or Android changes