mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
1.0 KiB
1.0 KiB
name, description, context
| name | description | context |
|---|---|---|
| git | Git workflow conventions for Video.js 10. Commit messages, PR descriptions, branch naming, and scope inference. Triggers: "commit", "push", "create PR", "conventional commit", "branch name", "open pull request". | fork |
Git
Git workflow conventions for Video.js 10.
Reference Material
| Task | Load |
|---|---|
| Writing commits | references/commit.md |
| Inferring scope | references/scope.md |
| Creating/updating PRs | references/pr.md |
| Naming branches | references/branch.md |
Quick Reference
Commit: type(scope): lowercase description
Branch: type/short-description
PR Title: Same as commit (or RFC: / Discovery: prefix)
Process
- Create branch following naming convention
- Make changes
- Commit with conventional message
- Push and create PR with proper description
For the /commit-pr command, all steps after branching are automated.