committing-code
Provides commit message format and workflow for this repository. Use when creating git commits, reviewing staged changes, or generating conventional commit messages. --- # Commit Message Format ```text <type>(<scope>): <short description> ## Summary Brief description of what was done. Fixes #<issue-number>. ## New Components ### ComponentName (path/to/file.ts) - Bullet points describing the component ## Enhanced Components ### ExistingComponent.ts - What was changed and why ## Files Changed - path/to/file1.ts - path/to/file2.ts
更新日志: Source: GitHub https://github.com/microsoft-foundry/foundry-agent-webapp
还没有评论,快来第一个发言吧。