Pull Requests
- •MUST use the commit-message skill to craft git commit messages
- •Title MUST follow conventional commits format:
type(scope): message - •Title is used for squash merge commit
- •SHOULD include
ClosesorRelatedreferencing GitHub or Jira issue if possible - •SHOULD explain why, not just what changed
- •SHOULD add reviewers based on git history of changed files
- •SHOULD NOT include test plan