Workflow and Collaboration
Jira and Task Management
- Use Jira to track work and status.
- Break work into tasks and subtasks.
Commit Frequency
Push code frequently to keep progress visible and reduce merge risk.
PR Workflow
- Use GitHub PR tools.
- Include clear PR descriptions and expected behavior.
Suggested PR description format:
## Summary
- What changed
## Testing
- How it was verified
## Risk
- Potential impact and rollback plan
Boilerplate Improvements
If you improve a shared boilerplate in a general way, propose it as a change to the boilerplate so the whole team benefits.
Suggested flow:
- Create a small PR against the boilerplate repo.
- Share the change and rationale in the team channel.
- Apply the change across active projects after approval.