contributing
Installation
SKILL.md
Contributing
Shared format
- Use Conventional Commits for commit subjects and PR titles:
<type>(<scope>)[!]: <plain-language subject>. - Allowed types:
build,chore,ci,docs,feat,fix,perf,refactor,revert,style,test. Usefeatfor a new capability,fixfor a bug fix, and!for a breaking change. - Scopes are required and describe the area affected by the change.
Commits
- Keep each commit to one coherent change and name that change in its subject.
- In commit bodies, state the problem in one or two sentences, then explain the fix.